Home python I need documentation using the VK API

I need documentation using the VK API

Author

Date

Category

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 ':' '})

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions