From 683e2befb560c9d490f733025510233f5fd74a1b Mon Sep 17 00:00:00 2001 From: Oleg A Date: Sun, 5 Apr 2020 19:55:53 +0300 Subject: [PATCH] #289 Added BotCammand and Dice to __all__ types --- aiogram/types/__init__.py | 2 ++ 1 file changed, 2 insertions(+) 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',