mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +00:00
Clean bot class & texts
This commit is contained in:
parent
ea0987e7d9
commit
d5f3e30215
11 changed files with 53 additions and 7707 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue