Added API changes

This commit is contained in:
Alex Root Junior 2022-11-06 11:46:21 +02:00
parent 3ae5d904c9
commit 352ad1996f
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
104 changed files with 1087 additions and 150 deletions

View file

@ -21,14 +21,6 @@ As bot method
result: Message = await bot.forward_message(...)
As message method
-------------
.. code-block::
result: Message = await message.forward(...)
Method as object
----------------