Skip to content

Commit

Permalink
11 event
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor authored and python273 committed Sep 6, 2018
1 parent a6884e6 commit db136aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vk_api/longpoll.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@ class VkChatEventType(IntEnum):
#: С пользователя сняты права администратора
ADMIN_REMOVED = 9

#: Бот прислал клавиатуру
KEYBOARD_RECEIVED = 11


MESSAGE_EXTRA_FIELDS = [
'peer_id', 'timestamp', 'subject', 'text', 'attachments', 'random_id'
Expand Down

0 comments on commit db136aa

Please sign in to comment.