mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add Downloadable to __init__ and __all__
This commit is contained in:
parent
9a2a058634
commit
d56ed4cc4d
2 changed files with 3 additions and 1 deletions
|
|
@ -99,6 +99,7 @@ from ..types import (
|
|||
Chat,
|
||||
ChatMember,
|
||||
ChatPermissions,
|
||||
Downloadable,
|
||||
File,
|
||||
ForceReply,
|
||||
GameHighScore,
|
||||
|
|
@ -122,7 +123,6 @@ from ..types import (
|
|||
UserProfilePhotos,
|
||||
WebhookInfo,
|
||||
)
|
||||
from ..types.downloadable import Downloadable
|
||||
from .session.aiohttp import AiohttpSession
|
||||
from .session.base import BaseSession
|
||||
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ from .chosen_inline_result import ChosenInlineResult
|
|||
from .contact import Contact
|
||||
from .dice import Dice, DiceEmoji
|
||||
from .document import Document
|
||||
from .downloadable import Downloadable
|
||||
from .encrypted_credentials import EncryptedCredentials
|
||||
from .encrypted_passport_element import EncryptedPassportElement
|
||||
from .file import File
|
||||
|
|
@ -101,6 +102,7 @@ from .webhook_info import WebhookInfo
|
|||
|
||||
__all__ = (
|
||||
"TelegramObject",
|
||||
"Downloadable",
|
||||
"BufferedInputFile",
|
||||
"FSInputFile",
|
||||
"URLInputFile",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue