mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 09:55:21 +00:00
Sort types.__all__
This commit is contained in:
parent
e00bc027cf
commit
2dba2af775
1 changed files with 4 additions and 4 deletions
|
|
@ -39,12 +39,13 @@ __all__ = [
|
||||||
'Base',
|
'Base',
|
||||||
'CallbackQuery',
|
'CallbackQuery',
|
||||||
'Chat',
|
'Chat',
|
||||||
'ChatType',
|
|
||||||
'ChatActions',
|
'ChatActions',
|
||||||
'ChatMember',
|
'ChatMember',
|
||||||
'ChatMemberStatus',
|
'ChatMemberStatus',
|
||||||
|
'ChatType',
|
||||||
'ChosenInlineResult',
|
'ChosenInlineResult',
|
||||||
'Contact',
|
'Contact',
|
||||||
|
'ContentType',
|
||||||
'Document',
|
'Document',
|
||||||
'File',
|
'File',
|
||||||
'ForceReply',
|
'ForceReply',
|
||||||
|
|
@ -54,15 +55,14 @@ __all__ = [
|
||||||
'InlineKeyboardMarkup',
|
'InlineKeyboardMarkup',
|
||||||
'InlineQuery',
|
'InlineQuery',
|
||||||
'Invoice',
|
'Invoice',
|
||||||
|
'KeyboardButton',
|
||||||
'Location',
|
'Location',
|
||||||
'Message',
|
'Message',
|
||||||
'ContentType',
|
|
||||||
'ParseMode',
|
|
||||||
'MessageEntity',
|
'MessageEntity',
|
||||||
'OrderInfo',
|
'OrderInfo',
|
||||||
|
'ParseMode',
|
||||||
'PhotoSize',
|
'PhotoSize',
|
||||||
'PreCheckoutQuery',
|
'PreCheckoutQuery',
|
||||||
'KeyboardButton',
|
|
||||||
'ReplyKeyboardMarkup',
|
'ReplyKeyboardMarkup',
|
||||||
'ReplyKeyboardRemove',
|
'ReplyKeyboardRemove',
|
||||||
'ShippingAddress',
|
'ShippingAddress',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue