Skip to content

Commit 0e2bcf2

Browse files
committed
Export VideoNote
1 parent 2746ab7 commit 0e2bcf2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

telegram/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
from .inputcontactmessagecontent import InputContactMessageContent
8787
from .webhookinfo import WebhookInfo
8888
from .gamehighscore import GameHighScore
89+
from .videonote import VideoNote
8990
from .update import Update
9091
from .bot import Bot
9192
from .constants import (MAX_MESSAGE_LENGTH, MAX_CAPTION_LENGTH, SUPPORTED_WEBHOOK_PORTS,
@@ -115,5 +116,5 @@
115116
'Video', 'Voice', 'MAX_MESSAGE_LENGTH', 'MAX_CAPTION_LENGTH', 'SUPPORTED_WEBHOOK_PORTS',
116117
'MAX_FILESIZE_DOWNLOAD', 'MAX_FILESIZE_UPLOAD', 'MAX_MESSAGES_PER_SECOND_PER_CHAT',
117118
'MAX_MESSAGES_PER_SECOND', 'MAX_MESSAGES_PER_MINUTE_PER_GROUP', 'WebhookInfo', 'Animation',
118-
'Game', 'GameHighScore'
119+
'Game', 'GameHighScore', 'VideoNote'
119120
]

0 commit comments

Comments
 (0)