diff --git a/tests/types/dataset.py b/tests/types/dataset.py index bd73f377..433176fe 100644 --- a/tests/types/dataset.py +++ b/tests/types/dataset.py @@ -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, }