mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
* Remove warnings about pytest asyncio mode * Update Bot API to 6.4 * Bump version * Added changelog * Update translations
163 lines
2.8 KiB
ReStructuredText
163 lines
2.8 KiB
ReStructuredText
#######
|
|
Methods
|
|
#######
|
|
|
|
Here is list of all available API methods:
|
|
|
|
|
|
Available methods
|
|
=================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
answer_callback_query
|
|
approve_chat_join_request
|
|
ban_chat_member
|
|
ban_chat_sender_chat
|
|
close
|
|
close_forum_topic
|
|
close_general_forum_topic
|
|
copy_message
|
|
create_chat_invite_link
|
|
create_forum_topic
|
|
decline_chat_join_request
|
|
delete_chat_photo
|
|
delete_chat_sticker_set
|
|
delete_forum_topic
|
|
delete_my_commands
|
|
edit_chat_invite_link
|
|
edit_forum_topic
|
|
edit_general_forum_topic
|
|
edit_message_live_location
|
|
export_chat_invite_link
|
|
forward_message
|
|
get_chat
|
|
get_chat_administrators
|
|
get_chat_member
|
|
get_chat_member_count
|
|
get_chat_menu_button
|
|
get_file
|
|
get_forum_topic_icon_stickers
|
|
get_me
|
|
get_my_commands
|
|
get_my_default_administrator_rights
|
|
get_user_profile_photos
|
|
hide_general_forum_topic
|
|
leave_chat
|
|
log_out
|
|
pin_chat_message
|
|
promote_chat_member
|
|
reopen_forum_topic
|
|
reopen_general_forum_topic
|
|
restrict_chat_member
|
|
revoke_chat_invite_link
|
|
send_animation
|
|
send_audio
|
|
send_chat_action
|
|
send_contact
|
|
send_dice
|
|
send_document
|
|
send_location
|
|
send_media_group
|
|
send_message
|
|
send_photo
|
|
send_poll
|
|
send_venue
|
|
send_video
|
|
send_video_note
|
|
send_voice
|
|
set_chat_administrator_custom_title
|
|
set_chat_description
|
|
set_chat_menu_button
|
|
set_chat_permissions
|
|
set_chat_photo
|
|
set_chat_sticker_set
|
|
set_chat_title
|
|
set_my_commands
|
|
set_my_default_administrator_rights
|
|
stop_message_live_location
|
|
unban_chat_member
|
|
unban_chat_sender_chat
|
|
unhide_general_forum_topic
|
|
unpin_all_chat_messages
|
|
unpin_all_forum_topic_messages
|
|
unpin_chat_message
|
|
|
|
Payments
|
|
========
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
answer_pre_checkout_query
|
|
answer_shipping_query
|
|
create_invoice_link
|
|
send_invoice
|
|
|
|
Stickers
|
|
========
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
add_sticker_to_set
|
|
create_new_sticker_set
|
|
delete_sticker_from_set
|
|
get_custom_emoji_stickers
|
|
get_sticker_set
|
|
send_sticker
|
|
set_sticker_position_in_set
|
|
set_sticker_set_thumb
|
|
upload_sticker_file
|
|
|
|
Games
|
|
=====
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
get_game_high_scores
|
|
send_game
|
|
set_game_score
|
|
|
|
Getting updates
|
|
===============
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
delete_webhook
|
|
get_updates
|
|
get_webhook_info
|
|
set_webhook
|
|
|
|
Telegram Passport
|
|
=================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
set_passport_data_errors
|
|
|
|
Updating messages
|
|
=================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
delete_message
|
|
edit_message_caption
|
|
edit_message_media
|
|
edit_message_reply_markup
|
|
edit_message_text
|
|
stop_poll
|
|
|
|
Inline mode
|
|
===========
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
answer_inline_query
|
|
answer_web_app_query
|