Add new field to CHAT_MEMBER in dataset.py

This commit is contained in:
andrew000 2022-09-18 19:54:13 +03:00
parent 157a100e7b
commit 833b96e2b8
No known key found for this signature in database
GPG key ID: D332A306AAA27181

View file

@ -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,
}