mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +00:00
Remove MkDocs
This commit is contained in:
parent
7dd80d281f
commit
e1cd7268a1
442 changed files with 4 additions and 9429 deletions
17
docs/api/bot.rst
Normal file
17
docs/api/bot.rst
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
###
|
||||
Bot
|
||||
###
|
||||
|
||||
Bot instance can be created from :code:`aiogram.Bot` (:code:`from aiogram import Bot`) and
|
||||
you can't use methods without instance of bot with configured token.
|
||||
|
||||
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.
|
||||
|
||||
.. autoclass:: aiogram.client.bot.Bot
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:member-order: bysource
|
||||
:special-members: __init__
|
||||
:undoc-members: True
|
||||
Loading…
Add table
Add a link
Reference in a new issue