#289 Added BotCammand and Dice to __all__ types

This commit is contained in:
Oleg A 2020-04-05 19:55:53 +03:00
parent 6cc769ce4f
commit 683e2befb5

View file

@ -71,6 +71,7 @@ __all__ = (
'Animation',
'Audio',
'AuthWidgetData',
'BotCommand',
'CallbackGame',
'CallbackQuery',
'Chat',
@ -83,6 +84,7 @@ __all__ = (
'Contact',
'ContentType',
'ContentTypes',
'Dice',
'Document',
'EncryptedCredentials',
'EncryptedPassportElement',