aiogram/aiogram/types
Alex Root Junior 8ad0a1efb7
Ensure all message types are assigned to the correct bot. (#1232)
* Ensure all message types are assigned to the correct bot.

* Added changelog
2023-07-29 22:59:43 +03:00
..
__init__.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
animation.py Bot API 6.6 (#1139) 2023-03-11 02:17:47 +02:00
audio.py Bot API 6.6 (#1139) 2023-03-11 02:17:47 +02:00
base.py Removed the use of the context instance (Bot.get_current) from all placements that were used previously. (#1230) 2023-07-28 22:23:32 +03:00
bot_command.py Bot API 5.7 and some new features (#834) 2022-02-19 01:45:59 +02: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 Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
bot_command_scope_all_group_chats.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
bot_command_scope_all_private_chats.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
bot_command_scope_chat.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
bot_command_scope_chat_administrators.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
bot_command_scope_chat_member.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
bot_command_scope_default.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
bot_description.py Bot API 6.6 (#1139) 2023-03-11 02:17:47 +02:00
bot_name.py Bot API 6.7 (#1168) 2023-04-22 18:09:59 +03:00
bot_short_description.py Bot API 6.6 (#1139) 2023-03-11 02:17:47 +02:00
callback_game.py Upgrade architecture + 5.0 Bot API (#469) 2021-01-26 21:20:52 +02:00
callback_query.py PoC: Bot instance inside method shortcuts using pydantic Validation Context (#1210) 2023-07-11 23:17:26 +03:00
chat.py PoC: Bot instance inside method shortcuts using pydantic Validation Context (#1210) 2023-07-11 23:17:26 +03:00
chat_administrator_rights.py Added full support of Bot API 6.5 (#1112) 2023-02-04 19:53:32 +02:00
chat_invite_link.py Adding new code-generator (Butcher) (#1069) 2022-11-21 01:06:55 +02:00
chat_join_request.py PoC: Bot instance inside method shortcuts using pydantic Validation Context (#1210) 2023-07-11 23:17:26 +03:00
chat_location.py Dev 3.x i18n & improvements (#696) 2021-09-22 00:52:38 +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 pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
chat_member_banned.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
chat_member_left.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
chat_member_member.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
chat_member_owner.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
chat_member_restricted.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
chat_member_updated.py Bot API 6.7 (#1168) 2023-04-22 18:09:59 +03:00
chat_permissions.py Added full support of Bot API 6.5 (#1112) 2023-02-04 19:53:32 +02:00
chat_photo.py Upgrade architecture + 5.0 Bot API (#469) 2021-01-26 21:20:52 +02:00
chat_shared.py Added full support of Bot API 6.5 (#1112) 2023-02-04 19:53:32 +02:00
chosen_inline_result.py 3.x Bot API 6.1 (#937) 2022-06-25 18:14:29 +03:00
contact.py [3.0] Bot API 5.1 + FSM + Utils (#525) 2021-05-11 23:04:32 +03:00
dice.py [3.0] Bot API 5.1 + FSM + Utils (#525) 2021-05-11 23:04:32 +03:00
document.py Bot API 6.6 (#1139) 2023-03-11 02:17:47 +02:00
downloadable.py Bump version 2021-06-19 02:42:56 +03:00
encrypted_credentials.py 3.x Bot API 6.1 (#937) 2022-06-25 18:14:29 +03:00
encrypted_passport_element.py 3.x Bot API 6.1 (#937) 2022-06-25 18:14:29 +03:00
error_event.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
file.py 3.x Bot API 6.1 (#937) 2022-06-25 18:14:29 +03:00
force_reply.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
forum_topic.py Bot API 6.3 (#1063) 2022-11-06 14:28:21 +02:00
forum_topic_closed.py Bot API 6.3 (#1063) 2022-11-06 14:28:21 +02:00
forum_topic_created.py Bot API 6.3 (#1063) 2022-11-06 14:28:21 +02:00
forum_topic_edited.py Added full support of Bot API 6.4 (#1088) 2022-12-30 22:44:25 +02:00
forum_topic_reopened.py Bot API 6.3 (#1063) 2022-11-06 14:28:21 +02:00
game.py Dev 3.x i18n & improvements (#696) 2021-09-22 00:52:38 +03:00
game_high_score.py Dev 3.x i18n & improvements (#696) 2021-09-22 00:52:38 +03: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
inline_keyboard_button.py Bot API 6.7 (#1168) 2023-04-22 18:09:59 +03:00
inline_keyboard_markup.py Bot API 6.3 (#1063) 2022-11-06 14:28:21 +02:00
inline_query.py Fixed #1217: Fixed union subtypes generation inside arrays of elements 2023-07-17 00:10:47 +03: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 Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
inline_query_result_audio.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
inline_query_result_cached_audio.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
inline_query_result_cached_document.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
inline_query_result_cached_gif.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
inline_query_result_cached_mpeg4_gif.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
inline_query_result_cached_photo.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
inline_query_result_cached_sticker.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
inline_query_result_cached_video.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
inline_query_result_cached_voice.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
inline_query_result_contact.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
inline_query_result_document.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
inline_query_result_game.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
inline_query_result_gif.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
inline_query_result_location.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
inline_query_result_mpeg4_gif.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
inline_query_result_photo.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
inline_query_result_venue.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
inline_query_result_video.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
inline_query_result_voice.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
inline_query_results_button.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
input_contact_message_content.py Upgrade architecture + 5.0 Bot API (#469) 2021-01-26 21:20:52 +02:00
input_file.py PoC: Bot instance inside method shortcuts using pydantic Validation Context (#1210) 2023-07-11 23:17:26 +03:00
input_invoice_message_content.py Added support of Bot API 6.2 (#975) 2022-08-14 16:32:29 +03:00
input_location_message_content.py Upgrade architecture + 5.0 Bot API (#469) 2021-01-26 21:20:52 +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 pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
input_media_audio.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
input_media_document.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
input_media_photo.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
input_media_video.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
input_message_content.py Adding new code-generator (Butcher) (#1069) 2022-11-21 01:06:55 +02:00
input_sticker.py Update API docs 2023-04-08 18:31:38 +03:00
input_text_message_content.py Reworked request builder (#1142) 2023-03-11 20:46:36 +02:00
input_venue_message_content.py Upgrade architecture + 5.0 Bot API (#469) 2021-01-26 21:20:52 +02:00
invoice.py Upgrade architecture + 5.0 Bot API (#469) 2021-01-26 21:20:52 +02:00
keyboard_button.py Added full support of Bot API 6.5 (#1112) 2023-02-04 19:53:32 +02:00
keyboard_button_poll_type.py Upgrade architecture + 5.0 Bot API (#469) 2021-01-26 21:20:52 +02:00
keyboard_button_request_chat.py Update API docs 2023-04-08 18:31:38 +03:00
keyboard_button_request_user.py Update API docs 2023-04-08 18:31:38 +03:00
labeled_price.py Upgrade architecture + 5.0 Bot API (#469) 2021-01-26 21:20:52 +02:00
location.py 3.x Bot API 6.1 (#937) 2022-06-25 18:14:29 +03:00
login_url.py Added support of Bot API 6.2 (#975) 2022-08-14 16:32:29 +03:00
mask_position.py Upgrade architecture + 5.0 Bot API (#469) 2021-01-26 21:20:52 +02:00
menu_button.py Adding new code-generator (Butcher) (#1069) 2022-11-21 01:06:55 +02:00
menu_button_commands.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
menu_button_default.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
menu_button_web_app.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
message.py Ensure all message types are assigned to the correct bot. (#1232) 2023-07-29 22:59:43 +03:00
message_auto_delete_timer_changed.py Dev 3.x api 5.4 (#744) 2021-11-08 02:37:37 +02:00
message_entity.py Adding new code-generator (Butcher) (#1069) 2022-11-21 01:06:55 +02:00
message_id.py Upgrade architecture + 5.0 Bot API (#469) 2021-01-26 21:20:52 +02:00
order_info.py Dev 3.x i18n & improvements (#696) 2021-09-22 00:52:38 +03:00
passport_data.py 3.x Bot API 6.1 (#937) 2022-06-25 18:14:29 +03: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 Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
passport_element_error_file.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
passport_element_error_files.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
passport_element_error_front_side.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
passport_element_error_reverse_side.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
passport_element_error_selfie.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
passport_element_error_translation_file.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
passport_element_error_translation_files.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
passport_element_error_unspecified.py Fixed subtypes and union types generation, new enums added (#1213) 2023-07-11 23:39:54 +03:00
passport_file.py Dev 3.x api 5.4 (#744) 2021-11-08 02:37:37 +02:00
photo_size.py Dev 3.x api 5.4 (#744) 2021-11-08 02:37:37 +02:00
poll.py Adding new code-generator (Butcher) (#1069) 2022-11-21 01:06:55 +02:00
poll_answer.py Dev 3.x i18n & improvements (#696) 2021-09-22 00:52:38 +03:00
poll_option.py Upgrade architecture + 5.0 Bot API (#469) 2021-01-26 21:20:52 +02:00
pre_checkout_query.py 3.x Bot API 6.1 (#937) 2022-06-25 18:14:29 +03:00
proximity_alert_triggered.py Dev 3.x i18n & improvements (#696) 2021-09-22 00:52:38 +03:00
reply_keyboard_markup.py Added full support of Bot API 6.4 (#1088) 2022-12-30 22:44:25 +02:00
reply_keyboard_remove.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
response_parameters.py 3.x Bot API 6.1 (#937) 2022-06-25 18:14:29 +03:00
sent_web_app_message.py 3.x Bot API 6.1 (#937) 2022-06-25 18:14:29 +03:00
shipping_address.py 3.x Bot API 6.1 (#937) 2022-06-25 18:14:29 +03:00
shipping_option.py Dev 3.x i18n & improvements (#696) 2021-09-22 00:52:38 +03:00
shipping_query.py Dev 3.x i18n & improvements (#696) 2021-09-22 00:52:38 +03:00
sticker.py PoC: Bot instance inside method shortcuts using pydantic Validation Context (#1210) 2023-07-11 23:17:26 +03:00
sticker_set.py Bot API 6.6 (#1139) 2023-03-11 02:17:47 +02:00
successful_payment.py 3.x Bot API 6.1 (#937) 2022-06-25 18:14:29 +03:00
switch_inline_query_chosen_chat.py Bot API 6.7 (#1168) 2023-04-22 18:09:59 +03:00
update.py Remove filters factory, introduce docs translation (#978) 2022-10-02 00:04:31 +03:00
user.py PoC: Bot instance inside method shortcuts using pydantic Validation Context (#1210) 2023-07-11 23:17:26 +03:00
user_profile_photos.py Dev 3.x i18n & improvements (#696) 2021-09-22 00:52:38 +03:00
user_shared.py Added full support of Bot API 6.5 (#1112) 2023-02-04 19:53:32 +02:00
venue.py Dev 3.x i18n & improvements (#696) 2021-09-22 00:52:38 +03:00
video.py Bot API 6.6 (#1139) 2023-03-11 02:17:47 +02:00
video_chat_ended.py Bot API 6.3 (#1063) 2022-11-06 14:28:21 +02:00
video_chat_participants_invited.py [3.x] Bot API 6.0 (#890) 2022-04-19 22:03:24 +03:00
video_chat_scheduled.py Bot API 6.3 (#1063) 2022-11-06 14:28:21 +02:00
video_chat_started.py [3.x] Bot API 6.0 (#890) 2022-04-19 22:03:24 +03:00
video_note.py Bot API 6.6 (#1139) 2023-03-11 02:17:47 +02:00
voice.py 3.x Bot API 6.1 (#937) 2022-06-25 18:14:29 +03:00
web_app_data.py 3.x Bot API 6.1 (#937) 2022-06-25 18:14:29 +03:00
web_app_info.py 3.x Bot API 6.1 (#937) 2022-06-25 18:14:29 +03:00
webhook_info.py 3.x Bot API 6.1 (#937) 2022-06-25 18:14:29 +03:00
write_access_allowed.py Bot API 6.7 (#1168) 2023-04-22 18:09:59 +03:00