File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7777from .inputlocationmessagecontent import InputLocationMessageContent
7878from .inputvenuemessagecontent import InputVenueMessageContent
7979from .inputcontactmessagecontent import InputContactMessageContent
80+ from .webhookinfo import WebhookInfo
81+ from .animation import Animation
82+ from .game import Game
83+ from .gamehighscore import GameHighScore
8084from .update import Update
8185from .bot import Bot
8286from .constants import (MAX_MESSAGE_LENGTH , MAX_CAPTION_LENGTH , SUPPORTED_WEBHOOK_PORTS ,
8387 MAX_FILESIZE_DOWNLOAD , MAX_FILESIZE_UPLOAD ,
8488 MAX_MESSAGES_PER_SECOND_PER_CHAT , MAX_MESSAGES_PER_SECOND ,
8589 MAX_MESSAGES_PER_MINUTE_PER_GROUP )
86- from .webhookinfo import WebhookInfo
87- from .animation import Animation
88- from .game import Game
89- from .gamehighscore import GameHighScore
9090from .version import __version__ # flake8: noqa
9191
9292__author__ = 'devs@python-telegram-bot.org'
You can’t perform that action at this time.
0 commit comments