mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add new field to CHAT_MEMBER in dataset.py
This commit is contained in:
parent
157a100e7b
commit
833b96e2b8
1 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,8 @@ CHAT_MEMBER = {
|
|||
"can_restrict_members": True,
|
||||
"can_pin_messages": True,
|
||||
"can_promote_members": False,
|
||||
"can_manage_voice_chats": True,
|
||||
"can_manage_voice_chats": True, # Deprecated
|
||||
"can_manage_video_chats": True,
|
||||
"is_anonymous": False,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue