mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 09:22:03 +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',
|
||||
'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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue