Render docs

This commit is contained in:
Alex Root Junior 2022-11-21 01:51:41 +02:00
parent c556290e3e
commit 964418f4f0
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
60 changed files with 385 additions and 1 deletions

View file

@ -42,3 +42,10 @@ As reply into Webhook in handler
.. code-block:: python
return SendDocument(...)
As shortcut from received object
-------------------
- :meth:`aiogram.types.message.Message.answer_document`
- :meth:`aiogram.types.message.Message.reply_document`