go-telegram-bot-api / telegram-bot-api

Golang bindings for the Telegram Bot API
https://go-telegram-bot-api.dev
MIT License
5.58k stars 863 forks source link

Do we support delete messages in batch? #634

Open cryptodogge opened 1 year ago

cryptodogge commented 1 year ago

Hello, I'd like to know whether it is possible to delete all message in a single request with provided messageid slice(array)?

temamagic commented 1 year ago

You need to make your own add-on for this in the form of your own method. There is no need for this repository, or you can fork your own