longpoll.listen():
if event.type == VkEventType.MESSAGE_NEW:
response = event.text.lower()
if event.from_user and not (event.from_me):
if response == "привет":
vk_session.method('messages.send',
{'user_id': event.user_id,
'message': 'Привет, из какой ты группы?',
'random_id':0 })
keyboard.add_button('Список групп:', color=VkKeyboardColor.DEFAULT)
keyboard.add_button('Поиск по преподавателю:', color=VkKeyboardColor.POSITIVE)
ты кнопки добавил, а саму клаву нет
Обсуждают сегодня