mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add docs
This commit is contained in:
parent
912e1011f9
commit
44ad3cf58e
1 changed files with 8 additions and 0 deletions
|
|
@ -21,6 +21,14 @@ As bot method
|
|||
result: Message = await bot.forward_message(...)
|
||||
|
||||
|
||||
As message method
|
||||
-------------
|
||||
|
||||
.. code-block::
|
||||
|
||||
result: Message = await message.forward(...)
|
||||
|
||||
|
||||
Method as object
|
||||
----------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue