mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 01:54:53 +00:00
26 lines
466 B
ReStructuredText
26 lines
466 B
ReStructuredText
|
|
Bot object
|
||
|
|
==========
|
||
|
|
|
||
|
|
Low level API
|
||
|
|
-------------
|
||
|
|
Subclass of this class used only for splitting network interface from all of API methods.
|
||
|
|
|
||
|
|
.. autoclass:: aiogram.bot.base.BaseBot
|
||
|
|
:members:
|
||
|
|
:show-inheritance:
|
||
|
|
|
||
|
|
Telegram Bot
|
||
|
|
------------
|
||
|
|
This class based on :obj:`aiogram.bot.base.BaseBot`
|
||
|
|
|
||
|
|
.. autoclass:: aiogram.bot.bot.Bot
|
||
|
|
:members:
|
||
|
|
:show-inheritance:
|
||
|
|
|
||
|
|
API Helpers
|
||
|
|
-----------
|
||
|
|
|
||
|
|
.. automodule:: aiogram.bot.api
|
||
|
|
:members:
|
||
|
|
:show-inheritance:
|