mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Updated __init__.py
This commit is contained in:
parent
8c4359da9a
commit
282ba66a90
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ from .chat_photo import ChatPhoto
|
|||
from .chat_shared import ChatShared
|
||||
from .chosen_inline_result import ChosenInlineResult
|
||||
from .contact import Contact
|
||||
from .custom import DateTime
|
||||
from .dice import Dice
|
||||
from .document import Document
|
||||
from .downloadable import Downloadable
|
||||
|
|
@ -197,6 +198,7 @@ __all__ = (
|
|||
"ChosenInlineResult",
|
||||
"Contact",
|
||||
"ContentType",
|
||||
"DateTime",
|
||||
"Dice",
|
||||
"Document",
|
||||
"Downloadable",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue