..
__init__.py
Added full support of the Bot API 9.4 ( #1761 )
2026-02-10 23:43:52 +02:00
accepted_gift_types.py
Added full support of Telegram Bot API 9.3 ( #1747 )
2026-01-02 01:45:35 +02:00
affiliate_info.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
animation.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
audio.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
background_fill.py
Full support of Bot API 7.3 ( #1480 )
2024-05-06 23:27:54 +03:00
background_fill_freeform_gradient.py
Added full support of Bot API 7.11 ( #1601 )
2024-11-02 16:13:45 +02:00
background_fill_gradient.py
Full support of Bot API 7.3 ( #1480 )
2024-05-06 23:27:54 +03:00
background_fill_solid.py
Full support of Bot API 7.3 ( #1480 )
2024-05-06 23:27:54 +03:00
background_fill_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
background_type.py
Full support of Bot API 7.3 ( #1480 )
2024-05-06 23:27:54 +03:00
background_type_chat_theme.py
Full support of Bot API 7.3 ( #1480 )
2024-05-06 23:27:54 +03:00
background_type_fill.py
Refactor: Introduce Union types for streamlined type handling ( #1649 )
2025-03-08 02:19:57 +02:00
background_type_pattern.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
background_type_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
background_type_wallpaper.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
base.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
birthdate.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
bot_command.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
bot_command_scope.py
[3.x] Bot API 5.3 + Improvements ( #618 )
2021-07-29 00:40:50 +03:00
bot_command_scope_all_chat_administrators.py
Bump dev dependencies ( #1512 )
2024-06-14 20:11:08 +03:00
bot_command_scope_all_group_chats.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
bot_command_scope_all_private_chats.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
bot_command_scope_chat.py
Added full support for the Bot API 9.2 ( #1720 )
2025-08-17 19:07:58 +03:00
bot_command_scope_chat_administrators.py
Added full support for the Bot API 9.2 ( #1720 )
2025-08-17 19:07:58 +03:00
bot_command_scope_chat_member.py
Added full support for the Bot API 9.2 ( #1720 )
2025-08-17 19:07:58 +03:00
bot_command_scope_default.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
bot_command_scope_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
bot_description.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
bot_name.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
bot_short_description.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
business_bot_rights.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
business_connection.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
business_intro.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
business_location.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
business_messages_deleted.py
Added full support of Bot API 7.11 ( #1601 )
2024-11-02 16:13:45 +02:00
business_opening_hours.py
Added full support of Bot API 7.11 ( #1601 )
2024-11-02 16:13:45 +02:00
business_opening_hours_interval.py
Full support of Bot API 7.3 ( #1480 )
2024-05-06 23:27:54 +03:00
callback_game.py
Upgrade architecture + 5.0 Bot API ( #469 )
2021-01-26 21:20:52 +02:00
callback_query.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
chat.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
chat_administrator_rights.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
chat_background.py
Refactor: Introduce Union types for streamlined type handling ( #1649 )
2025-03-08 02:19:57 +02:00
chat_boost.py
Refactor: Introduce Union types for streamlined type handling ( #1649 )
2025-03-08 02:19:57 +02:00
chat_boost_added.py
Added full support of Bot API 7.1 ( #1417 )
2024-02-16 23:44:35 +02:00
chat_boost_removed.py
Refactor: Introduce Union types for streamlined type handling ( #1649 )
2025-03-08 02:19:57 +02:00
chat_boost_source.py
Added support for Bot API 7.0 ( #1387 )
2023-12-31 01:40:44 +02:00
chat_boost_source_gift_code.py
Added support for Bot API 7.0 ( #1387 )
2023-12-31 01:40:44 +02:00
chat_boost_source_giveaway.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
chat_boost_source_premium.py
Added support for Bot API 7.0 ( #1387 )
2023-12-31 01:40:44 +02:00
chat_boost_source_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
chat_boost_updated.py
Added full support of Bot API 7.1 ( #1417 )
2024-02-16 23:44:35 +02:00
chat_full_info.py
Added full support of the Bot API 9.4 ( #1761 )
2026-02-10 23:43:52 +02:00
chat_id_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
chat_invite_link.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
chat_join_request.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
chat_location.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
chat_member.py
Fixed subtypes and union types generation, new enums added ( #1213 )
2023-07-11 23:39:54 +03:00
chat_member_administrator.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
chat_member_banned.py
Telegram Bot API 6.9 ( #1319 )
2023-09-22 17:46:57 +03:00
chat_member_left.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
chat_member_member.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
chat_member_owner.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
chat_member_restricted.py
Add support for Telegram Bot API 9.1 ( #1704 )
2025-07-05 03:02:44 +03:00
chat_member_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
chat_member_updated.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
chat_owner_changed.py
Added full support of the Bot API 9.4 ( #1761 )
2026-02-10 23:43:52 +02:00
chat_owner_left.py
Added full support of the Bot API 9.4 ( #1761 )
2026-02-10 23:43:52 +02:00
chat_permissions.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
chat_photo.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
chat_shared.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
checklist.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
checklist_task.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
checklist_tasks_added.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
checklist_tasks_done.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
chosen_inline_result.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
contact.py
Add full_name property to Contact and corresponding tests ( #1758 )
2026-02-01 21:22:15 +02:00
copy_text_button.py
Added full support of Bot API 7.11 ( #1601 )
2024-11-02 16:13:45 +02:00
custom.py
Migrate from Black to Ruff ( #1750 )
2026-01-04 21:34:08 +02:00
date_time_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
dice.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
direct_message_price_changed.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
direct_messages_topic.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
document.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
downloadable.py
fix: change the Downloadable protocol to be non-writable to shut up type checking that checks code that uses the bot.download(...) method ( #1628 )
2025-01-19 03:35:44 +02:00
encrypted_credentials.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
encrypted_passport_element.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
error_event.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
external_reply_info.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
file.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
force_reply.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
forum_topic.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
forum_topic_closed.py
Bot API 6.3 ( #1063 )
2022-11-06 14:28:21 +02:00
forum_topic_created.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
forum_topic_edited.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
forum_topic_reopened.py
Bot API 6.3 ( #1063 )
2022-11-06 14:28:21 +02:00
game.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
game_high_score.py
Added full support of the Bot API 9.4 ( #1761 )
2026-02-10 23:43:52 +02:00
general_forum_topic_hidden.py
Added full support of Bot API 6.4 ( #1088 )
2022-12-30 22:44:25 +02:00
general_forum_topic_unhidden.py
Added full support of Bot API 6.4 ( #1088 )
2022-12-30 22:44:25 +02:00
gift.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
gift_background.py
Added full support of Telegram Bot API 9.3 ( #1747 )
2026-01-02 01:45:35 +02:00
gift_info.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
gifts.py
Added full support for Bot API 8.0 ( #1606 )
2024-11-17 23:18:42 +02:00
giveaway.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
giveaway_completed.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
giveaway_created.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
giveaway_winners.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inaccessible_message.py
Migrate from Black to Ruff ( #1750 )
2026-01-04 21:34:08 +02:00
inline_keyboard_button.py
Added full support of the Bot API 9.4 ( #1761 )
2026-02-10 23:43:52 +02:00
inline_keyboard_markup.py
Added full support of Bot API 7.11 ( #1601 )
2024-11-02 16:13:45 +02:00
inline_query.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result.py
[3.0] Bot API 5.1 + FSM + Utils ( #525 )
2021-05-11 23:04:32 +03:00
inline_query_result_article.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_audio.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_cached_audio.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_cached_document.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_cached_gif.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_cached_mpeg4_gif.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_cached_photo.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_cached_sticker.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_cached_video.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_cached_voice.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_contact.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_document.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_game.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_gif.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_location.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_mpeg4_gif.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_photo.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_venue.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_video.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_result_voice.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
inline_query_results_button.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_checklist.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_checklist_task.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_contact_message_content.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_file.py
Migrate from Black to Ruff ( #1750 )
2026-01-04 21:34:08 +02:00
input_file_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_invoice_message_content.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_location_message_content.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_media.py
Upgrade architecture + 5.0 Bot API ( #469 )
2021-01-26 21:20:52 +02:00
input_media_animation.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_media_audio.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_media_document.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_media_photo.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_media_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_media_video.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_message_content.py
Adding new code-generator (Butcher) ( #1069 )
2022-11-21 01:06:55 +02:00
input_message_content_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_paid_media.py
Added full support of Bot API 7.6 ( #1533 )
2024-07-06 20:31:49 +03:00
input_paid_media_photo.py
Refactor: Introduce Union types for streamlined type handling ( #1649 )
2025-03-08 02:19:57 +02:00
input_paid_media_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_paid_media_video.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_poll_option.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_poll_option_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_profile_photo.py
Added full support for the Bot API 9.0 ( #1671 )
2025-04-12 23:29:48 +03:00
input_profile_photo_animated.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_profile_photo_static.py
Add support for Telegram Bot API 9.1 ( #1704 )
2025-07-05 03:02:44 +03:00
input_profile_photo_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_sticker.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_story_content.py
Added full support for the Bot API 9.0 ( #1671 )
2025-04-12 23:29:48 +03:00
input_story_content_photo.py
Add support for Telegram Bot API 9.1 ( #1704 )
2025-07-05 03:02:44 +03:00
input_story_content_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_story_content_video.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_text_message_content.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
input_venue_message_content.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
invoice.py
Added full support of Bot API 7.4 ( #1498 )
2024-05-31 20:07:11 +03:00
keyboard_button.py
Added full support of the Bot API 9.4 ( #1761 )
2026-02-10 23:43:52 +02:00
keyboard_button_poll_type.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
keyboard_button_request_chat.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
keyboard_button_request_user.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
keyboard_button_request_users.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
labeled_price.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
link_preview_options.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
location.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
location_address.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
login_url.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
mask_position.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
maybe_inaccessible_message.py
Added support for Bot API 7.0 ( #1387 )
2023-12-31 01:40:44 +02:00
maybe_inaccessible_message_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
media_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
menu_button.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
menu_button_commands.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
menu_button_default.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
menu_button_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
menu_button_web_app.py
Added full support of Bot API 7.6 ( #1533 )
2024-07-06 20:31:49 +03:00
message.py
Added full support of the Bot API 9.4 ( #1761 )
2026-02-10 23:43:52 +02:00
message_auto_delete_timer_changed.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
message_entity.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
message_id.py
Added full support of Bot API 7.11 ( #1601 )
2024-11-02 16:13:45 +02:00
message_origin.py
Added support for Bot API 7.0 ( #1387 )
2023-12-31 01:40:44 +02:00
message_origin_channel.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
message_origin_chat.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
message_origin_hidden_user.py
Added support for Bot API 7.0 ( #1387 )
2023-12-31 01:40:44 +02:00
message_origin_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
message_origin_user.py
Added support for Bot API 7.0 ( #1387 )
2023-12-31 01:40:44 +02:00
message_reaction_count_updated.py
Added full support of Bot API 7.11 ( #1601 )
2024-11-02 16:13:45 +02:00
message_reaction_updated.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
order_info.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
owned_gift.py
Added full support for the Bot API 9.0 ( #1671 )
2025-04-12 23:29:48 +03:00
owned_gift_regular.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
owned_gift_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
owned_gift_unique.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
owned_gifts.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
paid_media.py
Added full support of Bot API 7.6 ( #1533 )
2024-07-06 20:31:49 +03:00
paid_media_info.py
Refactor: Introduce Union types for streamlined type handling ( #1649 )
2025-03-08 02:19:57 +02:00
paid_media_photo.py
Added full support of Bot API 7.11 ( #1601 )
2024-11-02 16:13:45 +02:00
paid_media_preview.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
paid_media_purchased.py
Bot API 7.10 ( #1570 )
2024-09-08 04:01:18 +03:00
paid_media_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
paid_media_video.py
Reformat code
2024-07-06 20:48:27 +03:00
paid_message_price_changed.py
Added full support for the Bot API 9.0 ( #1671 )
2025-04-12 23:29:48 +03:00
passport_data.py
Added full support of Bot API 7.11 ( #1601 )
2024-11-02 16:13:45 +02:00
passport_element_error.py
Upgrade architecture + 5.0 Bot API ( #469 )
2021-01-26 21:20:52 +02:00
passport_element_error_data_field.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
passport_element_error_file.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
passport_element_error_files.py
Added full support of Bot API 7.11 ( #1601 )
2024-11-02 16:13:45 +02:00
passport_element_error_front_side.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
passport_element_error_reverse_side.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
passport_element_error_selfie.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
passport_element_error_translation_file.py
Bump dev dependencies ( #1512 )
2024-06-14 20:11:08 +03:00
passport_element_error_translation_files.py
Added full support of Bot API 7.11 ( #1601 )
2024-11-02 16:13:45 +02:00
passport_element_error_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
passport_element_error_unspecified.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
passport_file.py
Added support for Bot API 7.0 ( #1387 )
2023-12-31 01:40:44 +02:00
photo_size.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
poll.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
poll_answer.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
poll_option.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
pre_checkout_query.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
prepared_inline_message.py
Refactor: Introduce Union types for streamlined type handling ( #1649 )
2025-03-08 02:19:57 +02:00
proximity_alert_triggered.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
reaction_count.py
Refactor: Introduce Union types for streamlined type handling ( #1649 )
2025-03-08 02:19:57 +02:00
reaction_type.py
Added full support of Bot API 7.9 ( #1560 )
2024-08-16 00:44:40 +03:00
reaction_type_custom_emoji.py
Added support for Bot API 7.0 ( #1387 )
2023-12-31 01:40:44 +02:00
reaction_type_emoji.py
Add support for Telegram Bot API 9.1 ( #1704 )
2025-07-05 03:02:44 +03:00
reaction_type_paid.py
Added full support of Bot API 7.11 ( #1601 )
2024-11-02 16:13:45 +02:00
reaction_type_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
refunded_payment.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
reply_keyboard_markup.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
reply_keyboard_remove.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
reply_markup_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
reply_parameters.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
response_parameters.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
result_chat_member_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
result_menu_button_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
revenue_withdrawal_state.py
Added full support of Bot API 7.5 ( #1518 )
2024-06-19 00:54:22 +03:00
revenue_withdrawal_state_failed.py
Added full support of Bot API 7.5 ( #1518 )
2024-06-19 00:54:22 +03:00
revenue_withdrawal_state_pending.py
Added full support of Bot API 7.5 ( #1518 )
2024-06-19 00:54:22 +03:00
revenue_withdrawal_state_succeeded.py
Added full support of Bot API 7.5 ( #1518 )
2024-06-19 00:54:22 +03:00
revenue_withdrawal_state_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
sent_web_app_message.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
shared_user.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
shipping_address.py
Added support for Bot API 7.0 ( #1387 )
2023-12-31 01:40:44 +02:00
shipping_option.py
Added full support of Bot API 7.11 ( #1601 )
2024-11-02 16:13:45 +02:00
shipping_query.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
star_amount.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
star_transaction.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
star_transactions.py
Added full support for Bot API 8.0 ( #1606 )
2024-11-17 23:18:42 +02:00
sticker.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
sticker_set.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
story.py
Added full support of Bot API 7.1 ( #1417 )
2024-02-16 23:44:35 +02:00
story_area.py
Added full support for the Bot API 9.0 ( #1671 )
2025-04-12 23:29:48 +03:00
story_area_position.py
Added full support for the Bot API 9.0 ( #1671 )
2025-04-12 23:29:48 +03:00
story_area_type.py
Added full support for the Bot API 9.0 ( #1671 )
2025-04-12 23:29:48 +03:00
story_area_type_link.py
Added full support for the Bot API 9.0 ( #1671 )
2025-04-12 23:29:48 +03:00
story_area_type_location.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
story_area_type_suggested_reaction.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
story_area_type_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
story_area_type_unique_gift.py
Added full support for the Bot API 9.0 ( #1671 )
2025-04-12 23:29:48 +03:00
story_area_type_weather.py
Added full support for the Bot API 9.0 ( #1671 )
2025-04-12 23:29:48 +03:00
successful_payment.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
suggested_post_approval_failed.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
suggested_post_approved.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
suggested_post_declined.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
suggested_post_info.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
suggested_post_paid.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
suggested_post_parameters.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
suggested_post_price.py
Added full support of Telegram Bot API 9.3 ( #1747 )
2026-01-02 01:45:35 +02:00
suggested_post_refunded.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
switch_inline_query_chosen_chat.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
text_quote.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
transaction_partner.py
Added full support for the Bot API 8.3 ( #1638 )
2025-02-16 22:37:18 +02:00
transaction_partner_affiliate_program.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
transaction_partner_chat.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
transaction_partner_fragment.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
transaction_partner_other.py
Added full support of Bot API 7.5 ( #1518 )
2024-06-19 00:54:22 +03:00
transaction_partner_telegram_ads.py
Added full support of Bot API 7.6 ( #1533 )
2024-07-06 20:31:49 +03:00
transaction_partner_telegram_api.py
Added full support of Bot API 7.11 ( #1601 )
2024-11-02 16:13:45 +02:00
transaction_partner_union.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
transaction_partner_user.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
unique_gift.py
Added full support of the Bot API 9.4 ( #1761 )
2026-02-10 23:43:52 +02:00
unique_gift_backdrop.py
Added full support for the Bot API 9.0 ( #1671 )
2025-04-12 23:29:48 +03:00
unique_gift_backdrop_colors.py
Added full support for the Bot API 9.0 ( #1671 )
2025-04-12 23:29:48 +03:00
unique_gift_colors.py
Added full support of Telegram Bot API 9.3 ( #1747 )
2026-01-02 01:45:35 +02:00
unique_gift_info.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
unique_gift_model.py
Added full support of the Bot API 9.4 ( #1761 )
2026-02-10 23:43:52 +02:00
unique_gift_symbol.py
Added full support for the Bot API 9.0 ( #1671 )
2025-04-12 23:29:48 +03:00
update.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
user.py
Added full support of the Bot API 9.4 ( #1761 )
2026-02-10 23:43:52 +02:00
user_chat_boosts.py
Added full support of Bot API 7.11 ( #1601 )
2024-11-02 16:13:45 +02:00
user_profile_audios.py
Added full support of the Bot API 9.4 ( #1761 )
2026-02-10 23:43:52 +02:00
user_profile_photos.py
Added full support of Bot API 7.11 ( #1601 )
2024-11-02 16:13:45 +02:00
user_rating.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
user_shared.py
Added support for Bot API 7.0 ( #1387 )
2023-12-31 01:40:44 +02:00
users_shared.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
venue.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
video.py
Added full support of the Bot API 9.4 ( #1761 )
2026-02-10 23:43:52 +02:00
video_chat_ended.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
video_chat_participants_invited.py
Added full support for Bot API 8.0 ( #1606 )
2024-11-17 23:18:42 +02:00
video_chat_scheduled.py
Replace datetime.datetime with DateTime across codebase ( #1285 )
2023-08-27 17:09:56 +03:00
video_chat_started.py
[3.x] Bot API 6.0 ( #890 )
2022-04-19 22:03:24 +03:00
video_note.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
video_quality.py
Added full support of the Bot API 9.4 ( #1761 )
2026-02-10 23:43:52 +02:00
voice.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
web_app_data.py
Added typehints for init methods of types and methods ( #1245 )
2023-08-04 00:30:27 +03:00
web_app_info.py
Telegram Bot API 6.9 ( #1319 )
2023-09-22 17:46:57 +03:00
webhook_info.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00
write_access_allowed.py
Update type hints across the codebase ( #1749 )
2026-01-02 02:50:46 +02:00