mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added shortcut
This commit is contained in:
parent
7634587fa4
commit
3a4ca057fe
4 changed files with 91 additions and 4 deletions
|
|
@ -43,3 +43,9 @@ As reply into Webhook in handler
|
|||
.. code-block:: python
|
||||
|
||||
return SendPaidMedia(...)
|
||||
|
||||
|
||||
As shortcut from received object
|
||||
--------------------------------
|
||||
|
||||
- :meth:`aiogram.types.message.Message.answer_paid_media`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue