mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
25 lines
466 B
ReStructuredText
25 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:
|