Clean bot class & texts

This commit is contained in:
Alex Root Junior 2023-01-07 23:03:42 +02:00
parent ea0987e7d9
commit d5f3e30215
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
11 changed files with 53 additions and 7707 deletions

View file

@ -9,8 +9,12 @@ This class has aliases for all methods and named in :code:`lower_camel_case`.
For example :code:`sendMessage` named :code:`send_message` and has the same specification with all class-based methods.
.. warning::
A full list of methods can be found in the appropriate section of the documentation
.. autoclass:: aiogram.client.bot.Bot
:members:
:members: __init__,token,id,context,me,download_file,download
:show-inheritance:
:member-order: bysource
:special-members: __init__