diff --git a/aiogram/types/__init__.py b/aiogram/types/__init__.py index 693bd7d5..2cd15ac6 100644 --- a/aiogram/types/__init__.py +++ b/aiogram/types/__init__.py @@ -71,6 +71,7 @@ __all__ = ( 'Animation', 'Audio', 'AuthWidgetData', + 'BotCommand', 'CallbackGame', 'CallbackQuery', 'Chat', @@ -83,6 +84,7 @@ __all__ = ( 'Contact', 'ContentType', 'ContentTypes', + 'Dice', 'Document', 'EncryptedCredentials', 'EncryptedPassportElement',