We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Вызываю метод context.deleteMessage({ delete_for_all: 1 });
context.deleteMessage({ delete_for_all: 1 });
В ответе на вызов метода я ожидаю получить true, если сообщение действительно было удалено.
true
По какой-то причине метод возвращает мне false даже если сообщение было удалено успешно.
false
Метод вызывается от ключа доступа сообщества. Версия апи ВК актуальная на данный момент.
vk-io
4.9.1
node
20.11.1
TypeScript
5.5.0
pnpm
8.15.0
api version
5.199
The text was updated successfully, but these errors were encountered:
Тоже самое, началось с версии 4.9.0. Помимо этого, ещё перестало возвращать эксепшн в случае ошибки удаления.
4.9.0
Sorry, something went wrong.
Хмм, странно, возможно логика меняется при таком флаге.
No branches or pull requests
What did you do?
Вызываю метод
context.deleteMessage({ delete_for_all: 1 });
What did you expect to happen?
В ответе на вызов метода я ожидаю получить
true
, если сообщение действительно было удалено.What was the actual result?
По какой-то причине метод возвращает мне
false
даже если сообщение было удалено успешно.Additional Info
Метод вызывается от ключа доступа сообщества. Версия апи ВК актуальная на данный момент.
Versions
vk-io
4.9.1
node
20.11.1
TypeScript
5.5.0
pnpm
8.15.0
api version
5.199
The text was updated successfully, but these errors were encountered: