Update newly generated shortcuts to Bot API 7.10

This commit is contained in:
JRoot Junior 2024-09-08 14:04:43 +03:00
parent 386fc44a98
commit 3da419c434
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
19 changed files with 46 additions and 40 deletions

View file

@ -48,10 +48,10 @@ As reply into Webhook in handler
As shortcut from received object
--------------------------------
- :meth:`aiogram.types.message.Message.answer`
- :meth:`aiogram.types.message.Message.reply`
- :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer`
- :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_pm`
- :meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer`
- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer`
- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply`
- :meth:`aiogram.types.message.Message.answer`
- :meth:`aiogram.types.message.Message.reply`