Add Downloadable to __init__ and __all__

This commit is contained in:
Gabben 2020-05-16 14:55:17 +05:00
parent 9a2a058634
commit d56ed4cc4d
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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",