mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Rewrite Bot classes. Add moooooore pydocs.
This commit is contained in:
parent
a6e90655bc
commit
ffbb89100c
5 changed files with 2030 additions and 967 deletions
|
|
@ -47,7 +47,10 @@ from .video_note import VideoNote
|
|||
from .voice import Voice
|
||||
from .webhook_info import WebhookInfo
|
||||
|
||||
from . import base
|
||||
|
||||
__all__ = [
|
||||
'base',
|
||||
'Animation',
|
||||
'Audio',
|
||||
'CallbackQuery',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue