mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add missed ChatPermissions to __all__ (#393)
* new: add missed ChatPermissions to __all__ * ref: standardize all __all__
This commit is contained in:
parent
7f053412bf
commit
5b40a2b8cf
7 changed files with 30 additions and 29 deletions
|
|
@ -78,6 +78,7 @@ __all__ = (
|
|||
'ChatActions',
|
||||
'ChatMember',
|
||||
'ChatMemberStatus',
|
||||
'ChatPermissions',
|
||||
'ChatPhoto',
|
||||
'ChatType',
|
||||
'ChosenInlineResult',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue