From questions on the site, I realized that there is a method in VK, which allows you to edit admins in the chat, namely messages.setmemberrole
. So, I need to understand that this method includes and how to put it 🙂
Answer 1
Try this method:
vk_session.method ('Messages. Messages.SetMemberrole',
{'peer_id': '',
'Role': 'Admin',
'' member_id ':' '})