Skip to content
New issue

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() всегда возвращает false #566

Open
fakemancat opened this issue Mar 24, 2024 · 2 comments
Labels
package: vk-io Issues related to vk-io

Comments

@fakemancat
Copy link

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

package version
vk-io 4.9.1
node 20.11.1
TypeScript 5.5.0
pnpm 8.15.0
api version 5.199
@fakemancat fakemancat added the package: vk-io Issues related to vk-io label Mar 24, 2024
@ziggi
Copy link

ziggi commented Aug 16, 2024

Тоже самое, началось с версии 4.9.0. Помимо этого, ещё перестало возвращать эксепшн в случае ошибки удаления.

@negezor
Copy link
Owner

negezor commented Aug 16, 2024

Хмм, странно, возможно логика меняется при таком флаге.

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

No branches or pull requests

3 participants