Answer the question
In order to leave comments, you need to log in
The bot does not respond to /kick in a conversation, what should I do?
if event.type == VkBotEventType.MESSAGE_NEW:
if str(event).split(' ')[0] == '/kick':
vk.messages.removeChatUser(chat_id=event.chat_id, user_id=str(event).split(' ')[1])
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question