mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Feature/aliases inaccessible message (#1575)
* feature: add aliases for InaccessibleMessage type * add changelog * fix changelog * remove methods that may not be accessible for the InaccessibleMessage type, add tests * apply black isort * update docs with InaccessibleMessage aliases
This commit is contained in:
parent
e8fc890809
commit
386fc44a98
22 changed files with 3247 additions and 36 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