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
8.3
versions : * v3.14.0
versions : * v11.15.0
Telegram::deleteMessages([ 'chat_id' => 1, 'message_ids' => [55,44,22] ]);
No response
The text was updated successfully, but these errors were encountered:
There is no implementation for telegram api method to delete multiple messages -"deleteMessages" (https://core.telegram.org/bots/api#deletemessages)
So please add this method to the Laravel facade
Sorry, something went wrong.
No branches or pull requests
PHP version
8.3
irazasyed/telegram-bot-sdk version
versions : * v3.14.0
Laravel version (if any)
versions : * v11.15.0
Code To Reproduce the bug
Telegram::deleteMessages([
'chat_id' => 1,
'message_ids' => [55,44,22]
]);
Error stacktrace (if any)
No response
The text was updated successfully, but these errors were encountered: