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

Add "deleteMessages" method #1138

Open
voidvn opened this issue Aug 30, 2024 · 1 comment
Open

Add "deleteMessages" method #1138

voidvn opened this issue Aug 30, 2024 · 1 comment
Labels

Comments

@voidvn
Copy link

voidvn commented Aug 30, 2024

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

@voidvn voidvn added the bug label Aug 30, 2024
@voidvn
Copy link
Author

voidvn commented Aug 30, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant