mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 18:43:53 +00:00
Add support of Bot API 4.7. Bump version
This commit is contained in:
parent
4cb9697cb4
commit
33003f2026
167 changed files with 996 additions and 504 deletions
14
mkdocs.yml
14
mkdocs.yml
|
|
@ -42,7 +42,7 @@ nav:
|
|||
- Bot API:
|
||||
- api/index.md
|
||||
- Methods:
|
||||
- Overview: api/methods/index.md
|
||||
- Available methods: api/methods/index.md
|
||||
- Getting updates:
|
||||
- api/methods/get_updates.md
|
||||
- api/methods/set_webhook.md
|
||||
|
|
@ -66,6 +66,7 @@ nav:
|
|||
- api/methods/send_venue.md
|
||||
- api/methods/send_contact.md
|
||||
- api/methods/send_poll.md
|
||||
- api/methods/send_dice.md
|
||||
- api/methods/send_chat_action.md
|
||||
- api/methods/get_user_profile_photos.md
|
||||
- api/methods/get_file.md
|
||||
|
|
@ -90,6 +91,8 @@ nav:
|
|||
- api/methods/set_chat_sticker_set.md
|
||||
- api/methods/delete_chat_sticker_set.md
|
||||
- api/methods/answer_callback_query.md
|
||||
- api/methods/set_my_commands.md
|
||||
- api/methods/get_my_commands.md
|
||||
- Updating messages:
|
||||
- api/methods/edit_message_text.md
|
||||
- api/methods/edit_message_caption.md
|
||||
|
|
@ -105,6 +108,7 @@ nav:
|
|||
- api/methods/add_sticker_to_set.md
|
||||
- api/methods/set_sticker_position_in_set.md
|
||||
- api/methods/delete_sticker_from_set.md
|
||||
- api/methods/set_sticker_set_thumb.md
|
||||
- Inline mode:
|
||||
- api/methods/answer_inline_query.md
|
||||
- Payments:
|
||||
|
|
@ -118,7 +122,7 @@ nav:
|
|||
- api/methods/set_game_score.md
|
||||
- api/methods/get_game_high_scores.md
|
||||
- Types:
|
||||
- Overview: api/types/index.md
|
||||
- Available types: api/types/index.md
|
||||
- Getting updates:
|
||||
- api/types/update.md
|
||||
- api/types/webhook_info.md
|
||||
|
|
@ -137,9 +141,10 @@ nav:
|
|||
- api/types/contact.md
|
||||
- api/types/location.md
|
||||
- api/types/venue.md
|
||||
- api/types/poll_answer.md
|
||||
- api/types/poll_option.md
|
||||
- api/types/poll_answer.md
|
||||
- api/types/poll.md
|
||||
- api/types/dice.md
|
||||
- api/types/user_profile_photos.md
|
||||
- api/types/file.md
|
||||
- api/types/reply_keyboard_markup.md
|
||||
|
|
@ -154,6 +159,7 @@ nav:
|
|||
- api/types/chat_photo.md
|
||||
- api/types/chat_member.md
|
||||
- api/types/chat_permissions.md
|
||||
- api/types/bot_command.md
|
||||
- api/types/response_parameters.md
|
||||
- api/types/input_media.md
|
||||
- api/types/input_media_photo.md
|
||||
|
|
@ -223,7 +229,7 @@ nav:
|
|||
- api/types/game.md
|
||||
- api/types/callback_game.md
|
||||
- api/types/game_high_score.md
|
||||
- api/sending_files.md
|
||||
- api/sending_files.md
|
||||
- Dispatcher:
|
||||
- dispatcher/index.md
|
||||
- dispatcher/router.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue