mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +00:00
82 lines
3.3 KiB
Markdown
82 lines
3.3 KiB
Markdown
# Methods
|
|
|
|
Here is list of all available API methods:
|
|
|
|
- Getting updates
|
|
- [getUpdates](get_updates.md)
|
|
- [setWebhook](set_webhook.md)
|
|
- [deleteWebhook](delete_webhook.md)
|
|
- [getWebhookInfo](get_webhook_info.md)
|
|
- Available methods
|
|
- [getMe](get_me.md)
|
|
- [sendMessage](send_message.md)
|
|
- [forwardMessage](forward_message.md)
|
|
- [sendPhoto](send_photo.md)
|
|
- [sendAudio](send_audio.md)
|
|
- [sendDocument](send_document.md)
|
|
- [sendVideo](send_video.md)
|
|
- [sendAnimation](send_animation.md)
|
|
- [sendVoice](send_voice.md)
|
|
- [sendVideoNote](send_video_note.md)
|
|
- [sendMediaGroup](send_media_group.md)
|
|
- [sendLocation](send_location.md)
|
|
- [editMessageLiveLocation](edit_message_live_location.md)
|
|
- [stopMessageLiveLocation](stop_message_live_location.md)
|
|
- [sendVenue](send_venue.md)
|
|
- [sendContact](send_contact.md)
|
|
- [sendPoll](send_poll.md)
|
|
- [sendDice](send_dice.md)
|
|
- [sendChatAction](send_chat_action.md)
|
|
- [getUserProfilePhotos](get_user_profile_photos.md)
|
|
- [getFile](get_file.md)
|
|
- [kickChatMember](kick_chat_member.md)
|
|
- [unbanChatMember](unban_chat_member.md)
|
|
- [restrictChatMember](restrict_chat_member.md)
|
|
- [promoteChatMember](promote_chat_member.md)
|
|
- [setChatAdministratorCustomTitle](set_chat_administrator_custom_title.md)
|
|
- [setChatPermissions](set_chat_permissions.md)
|
|
- [exportChatInviteLink](export_chat_invite_link.md)
|
|
- [setChatPhoto](set_chat_photo.md)
|
|
- [deleteChatPhoto](delete_chat_photo.md)
|
|
- [setChatTitle](set_chat_title.md)
|
|
- [setChatDescription](set_chat_description.md)
|
|
- [pinChatMessage](pin_chat_message.md)
|
|
- [unpinChatMessage](unpin_chat_message.md)
|
|
- [leaveChat](leave_chat.md)
|
|
- [getChat](get_chat.md)
|
|
- [getChatAdministrators](get_chat_administrators.md)
|
|
- [getChatMembersCount](get_chat_members_count.md)
|
|
- [getChatMember](get_chat_member.md)
|
|
- [setChatStickerSet](set_chat_sticker_set.md)
|
|
- [deleteChatStickerSet](delete_chat_sticker_set.md)
|
|
- [answerCallbackQuery](answer_callback_query.md)
|
|
- [setMyCommands](set_my_commands.md)
|
|
- [getMyCommands](get_my_commands.md)
|
|
- Updating messages
|
|
- [editMessageText](edit_message_text.md)
|
|
- [editMessageCaption](edit_message_caption.md)
|
|
- [editMessageMedia](edit_message_media.md)
|
|
- [editMessageReplyMarkup](edit_message_reply_markup.md)
|
|
- [stopPoll](stop_poll.md)
|
|
- [deleteMessage](delete_message.md)
|
|
- Stickers
|
|
- [sendSticker](send_sticker.md)
|
|
- [getStickerSet](get_sticker_set.md)
|
|
- [uploadStickerFile](upload_sticker_file.md)
|
|
- [createNewStickerSet](create_new_sticker_set.md)
|
|
- [addStickerToSet](add_sticker_to_set.md)
|
|
- [setStickerPositionInSet](set_sticker_position_in_set.md)
|
|
- [deleteStickerFromSet](delete_sticker_from_set.md)
|
|
- [setStickerSetThumb](set_sticker_set_thumb.md)
|
|
- Inline mode
|
|
- [answerInlineQuery](answer_inline_query.md)
|
|
- Payments
|
|
- [sendInvoice](send_invoice.md)
|
|
- [answerShippingQuery](answer_shipping_query.md)
|
|
- [answerPreCheckoutQuery](answer_pre_checkout_query.md)
|
|
- Telegram Passport
|
|
- [setPassportDataErrors](set_passport_data_errors.md)
|
|
- Games
|
|
- [sendGame](send_game.md)
|
|
- [setGameScore](set_game_score.md)
|
|
- [getGameHighScores](get_game_high_scores.md)
|