mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
update docs with InaccessibleMessage aliases
This commit is contained in:
parent
a00f35ba29
commit
a1fb1e0fae
18 changed files with 70 additions and 34 deletions
|
|
@ -48,8 +48,10 @@ As reply into Webhook in handler
|
|||
As shortcut from received object
|
||||
--------------------------------
|
||||
|
||||
- :meth:`aiogram.types.message.Message.answer_document`
|
||||
- :meth:`aiogram.types.message.Message.reply_document`
|
||||
- :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_document`
|
||||
- :meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_document_pm`
|
||||
- :meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_document`
|
||||
- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.answer_document`
|
||||
- :meth:`aiogram.types.inaccessible_message.InaccessibleMessage.reply_document`
|
||||
- :meth:`aiogram.types.message.Message.answer_document`
|
||||
- :meth:`aiogram.types.message.Message.reply_document`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue