Skip to content

Commit db136aa

Browse files
Igorpython273
authored andcommitted
11 event
1 parent a6884e6 commit db136aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vk_api/longpoll.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ class VkChatEventType(IntEnum):
251251
#: С пользователя сняты права администратора
252252
ADMIN_REMOVED = 9
253253

254+
#: Бот прислал клавиатуру
255+
KEYBOARD_RECEIVED = 11
256+
254257

255258
MESSAGE_EXTRA_FIELDS = [
256259
'peer_id', 'timestamp', 'subject', 'text', 'attachments', 'random_id'

0 commit comments

Comments
 (0)