Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Не приходят сообщения с граффити через LongPoll #498

Open
PurpleHorrorRus opened this issue Jul 6, 2022 · 1 comment
Labels
package: vk-io Issues related to vk-io

Comments

@PurpleHorrorRus
Copy link
Contributor

What did you do?

  1. Слушаем событие message_new.
  2. Запускаем User LongPoll.
  3. Получаем сообщение с граффити.

What did you expect to happen?

Сообщение должно прийти как и другие сообщения с вложениями.

What was the actual result?

Сообщение не приходит.

Additional Info

Не уверен, но может быть это баг (или фича) самого ВК?

vk.updates.on("message_new", data => {
    console.log(data);
});
    
vk.updates.startPolling();

Versions

package version
vk-io 4.6.0
node 16.14.2
TypeScript -
yarn or npm yarn 1.22.18
@negezor
Copy link
Owner

negezor commented Nov 5, 2022

Это касается уже стороны ВКонтакте, они переписывают частично LongPoll, однако это не быстрый процесс.
Доступная документация касается только 10 версии, и то не официальная, в официальной описана только 3 версия.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
package: vk-io Issues related to vk-io
Projects
None yet
Development

No branches or pull requests

2 participants