aiogram/aiogram/methods
2026-02-09 19:54:32 +02:00
..
__init__.py Bump API schema to version 9.4, add new object types, methods, and properties. 2026-02-09 19:54:32 +02:00
add_sticker_to_set.py Added full support of Bot API 7.2 (#1444) 2024-04-22 13:48:49 +03:00
answer_callback_query.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
answer_inline_query.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
answer_pre_checkout_query.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
answer_shipping_query.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
answer_web_app_query.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
approve_chat_join_request.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
approve_suggested_post.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
ban_chat_member.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
ban_chat_sender_chat.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
base.py Migrate from Black to Ruff (#1750) 2026-01-04 21:34:08 +02:00
close.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
close_forum_topic.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
close_general_forum_topic.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
convert_gift_to_stars.py Added full support for the Bot API 9.0 (#1671) 2025-04-12 23:29:48 +03:00
copy_message.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
copy_messages.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
create_chat_invite_link.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
create_chat_subscription_invite_link.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
create_forum_topic.py Bump API schema to version 9.4, add new object types, methods, and properties. 2026-02-09 19:54:32 +02:00
create_invoice_link.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
create_new_sticker_set.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
decline_chat_join_request.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
decline_suggested_post.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
delete_business_messages.py Add support for Telegram Bot API 9.1 (#1704) 2025-07-05 03:02:44 +03:00
delete_chat_photo.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
delete_chat_sticker_set.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
delete_forum_topic.py Added full support of Telegram Bot API 9.3 (#1747) 2026-01-02 01:45:35 +02:00
delete_message.py Added full support for the Bot API 9.2 (#1720) 2025-08-17 19:07:58 +03:00
delete_messages.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
delete_my_commands.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
delete_sticker_from_set.py Added typehints for init methods of types and methods (#1245) 2023-08-04 00:30:27 +03:00
delete_sticker_set.py Added typehints for init methods of types and methods (#1245) 2023-08-04 00:30:27 +03:00
delete_story.py Added full support for the Bot API 9.0 (#1671) 2025-04-12 23:29:48 +03:00
delete_webhook.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
edit_chat_invite_link.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
edit_chat_subscription_invite_link.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
edit_forum_topic.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
edit_general_forum_topic.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
edit_message_caption.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
edit_message_checklist.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
edit_message_live_location.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
edit_message_media.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
edit_message_reply_markup.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
edit_message_text.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
edit_story.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
edit_user_star_subscription.py Added full support for Bot API 8.0 (#1606) 2024-11-17 23:18:42 +02:00
export_chat_invite_link.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
forward_message.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
forward_messages.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
get_available_gifts.py Added full support for the Bot API 8.3 (#1638) 2025-02-16 22:37:18 +02:00
get_business_account_gifts.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
get_business_account_star_balance.py Added full support for the Bot API 9.0 (#1671) 2025-04-12 23:29:48 +03:00
get_business_connection.py Added full support of Bot API 7.2 (#1444) 2024-04-22 13:48:49 +03:00
get_chat.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
get_chat_administrators.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
get_chat_gifts.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
get_chat_member.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
get_chat_member_count.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
get_chat_menu_button.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
get_custom_emoji_stickers.py Added full support of Bot API 7.11 (#1601) 2024-11-02 16:13:45 +02:00
get_file.py Added typehints for init methods of types and methods (#1245) 2023-08-04 00:30:27 +03:00
get_forum_topic_icon_stickers.py Added full support of Bot API 7.11 (#1601) 2024-11-02 16:13:45 +02:00
get_game_high_scores.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
get_me.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
get_my_commands.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
get_my_default_administrator_rights.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
get_my_description.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
get_my_name.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
get_my_short_description.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
get_my_star_balance.py Add support for Telegram Bot API 9.1 (#1704) 2025-07-05 03:02:44 +03:00
get_star_transactions.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
get_sticker_set.py Added typehints for init methods of types and methods (#1245) 2023-08-04 00:30:27 +03:00
get_updates.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
get_user_chat_boosts.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
get_user_gifts.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
get_user_profile_audios.py Bump API schema to version 9.4, add new object types, methods, and properties. 2026-02-09 19:54:32 +02:00
get_user_profile_photos.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
get_webhook_info.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
gift_premium_subscription.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
hide_general_forum_topic.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
leave_chat.py Added full support for the Bot API 9.2 (#1720) 2025-08-17 19:07:58 +03:00
log_out.py Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
pin_chat_message.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
post_story.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
promote_chat_member.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
read_business_message.py Added full support for the Bot API 9.0 (#1671) 2025-04-12 23:29:48 +03:00
refund_star_payment.py Added full support of Bot API 7.4 (#1498) 2024-05-31 20:07:11 +03:00
remove_business_account_profile_photo.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
remove_chat_verification.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
remove_my_profile_photo.py Bump API schema to version 9.4, add new object types, methods, and properties. 2026-02-09 19:54:32 +02:00
remove_user_verification.py Added full support for the Bot API 8.3 (#1638) 2025-02-16 22:37:18 +02:00
reopen_forum_topic.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
reopen_general_forum_topic.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
replace_sticker_in_set.py Added full support of Bot API 7.2 (#1444) 2024-04-22 13:48:49 +03:00
repost_story.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
restrict_chat_member.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
revoke_chat_invite_link.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
save_prepared_inline_message.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_animation.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_audio.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_chat_action.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_checklist.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_contact.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_dice.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_document.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_game.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_gift.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_invoice.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_location.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_media_group.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_message.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_message_draft.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_paid_media.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_photo.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_poll.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_sticker.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_venue.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_video.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_video_note.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
send_voice.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_business_account_bio.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_business_account_gift_settings.py Add support for Telegram Bot API 9.1 (#1704) 2025-07-05 03:02:44 +03:00
set_business_account_name.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_business_account_profile_photo.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_business_account_username.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_chat_administrator_custom_title.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
set_chat_description.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_chat_menu_button.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_chat_permissions.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_chat_photo.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
set_chat_sticker_set.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
set_chat_title.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
set_custom_emoji_sticker_set_thumbnail.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_game_score.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_message_reaction.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_my_commands.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_my_default_administrator_rights.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_my_description.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_my_name.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_my_profile_photo.py Bump API schema to version 9.4, add new object types, methods, and properties. 2026-02-09 19:54:32 +02:00
set_my_short_description.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_passport_data_errors.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
set_sticker_emoji_list.py Added full support of Bot API 7.11 (#1601) 2024-11-02 16:13:45 +02:00
set_sticker_keywords.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_sticker_mask_position.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_sticker_position_in_set.py Added typehints for init methods of types and methods (#1245) 2023-08-04 00:30:27 +03:00
set_sticker_set_thumbnail.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_sticker_set_title.py Added typehints for init methods of types and methods (#1245) 2023-08-04 00:30:27 +03:00
set_user_emoji_status.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
set_webhook.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
stop_message_live_location.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
stop_poll.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
transfer_business_account_stars.py Added full support for the Bot API 9.0 (#1671) 2025-04-12 23:29:48 +03:00
transfer_gift.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
unban_chat_member.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
unban_chat_sender_chat.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
unhide_general_forum_topic.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
unpin_all_chat_messages.py Added full support for the Bot API 9.2 (#1720) 2025-08-17 19:07:58 +03:00
unpin_all_forum_topic_messages.py Added full support of Telegram Bot API 9.3 (#1747) 2026-01-02 01:45:35 +02:00
unpin_all_general_forum_topic_messages.py Refactor: Introduce Union types for streamlined type handling (#1649) 2025-03-08 02:19:57 +02:00
unpin_chat_message.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
upgrade_gift.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
upload_sticker_file.py Added full support of Bot API 7.2 (#1444) 2024-04-22 13:48:49 +03:00
verify_chat.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00
verify_user.py Update type hints across the codebase (#1749) 2026-01-02 02:50:46 +02:00