Added the field can_manage_topics

This commit is contained in:
katant 2022-11-06 07:48:18 +10:00
parent c802e2f27a
commit e2cc8ef8c1
7 changed files with 22 additions and 3 deletions

View file

@ -61,6 +61,7 @@ CHAT_MEMBER = {
"can_promote_members": False,
"can_manage_voice_chats": True, # Deprecated
"can_manage_video_chats": True,
"can_manage_topics": True,
"is_anonymous": False,
}