Skip to content

Commit 404d83e

Browse files
authored
Update longpoll.py
1 parent 398a441 commit 404d83e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

examples/longpoll.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
from vk_api.longpoll import VkLongPoll, VkEventType
44

55

6+
"""
7+
Пример не работает с дефолтным app_id
8+
9+
Подробнее об ограничении доступа к сообщениям:
10+
https://vk.com/dev/messages_api
11+
12+
Обсуждение:
13+
https://github.com/python273/vk_api/issues/219
14+
"""
15+
16+
617
def main():
718
""" Пример использования longpoll
819

0 commit comments

Comments
 (0)