update docs with InaccessibleMessage aliases

This commit is contained in:
latan 2024-09-06 12:26:57 +03:00
parent a00f35ba29
commit a1fb1e0fae
18 changed files with 70 additions and 34 deletions

View file

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