diff --git a/aiogram/types/__init__.py b/aiogram/types/__init__.py index f86f5437..9b311bd9 100644 --- a/aiogram/types/__init__.py +++ b/aiogram/types/__init__.py @@ -39,12 +39,13 @@ __all__ = [ 'Base', 'CallbackQuery', 'Chat', - 'ChatType', 'ChatActions', 'ChatMember', 'ChatMemberStatus', + 'ChatType', 'ChosenInlineResult', 'Contact', + 'ContentType', 'Document', 'File', 'ForceReply', @@ -54,15 +55,14 @@ __all__ = [ 'InlineKeyboardMarkup', 'InlineQuery', 'Invoice', + 'KeyboardButton', 'Location', 'Message', - 'ContentType', - 'ParseMode', 'MessageEntity', 'OrderInfo', + 'ParseMode', 'PhotoSize', 'PreCheckoutQuery', - 'KeyboardButton', 'ReplyKeyboardMarkup', 'ReplyKeyboardRemove', 'ShippingAddress',