mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 02:19:54 +00:00
Fix docs.
This commit is contained in:
parent
11ceaab10d
commit
ae48ed973a
9 changed files with 103 additions and 50 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import datetime
|
||||
|
||||
from aiogram.utils.helper import Item, HelperMode, Helper, ListItem
|
||||
from .audio import Audio
|
||||
from .base import Deserializable
|
||||
from .chat import Chat
|
||||
|
|
@ -19,6 +18,7 @@ from .video import Video
|
|||
from .video_note import VideoNote
|
||||
from .voice import Voice
|
||||
from ..exceptions import TelegramAPIError
|
||||
from ..utils.helper import Item, HelperMode, Helper, ListItem
|
||||
|
||||
|
||||
class Message(Deserializable):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue