Answer the question
In order to leave comments, you need to log in
__call__() takes 1 positional argument but 3 were given how to solve?
elif message[0] == '/kick':
user = message[1]
chat_id = peer_id
vk.method('messages.removeChatUser', {'chat_id': chat_id, 'member_id': user})
Answer the question
In order to leave comments, you need to log in
Here is an example of a kick on a reply to a message
vk.method("messages.removeChatUser", {
"chat_id": event.object.peer_id - 2000000000,
"member_id": event.obj.reply_message['from_id']
})
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question