telegram-bot-api icon indicating copy to clipboard operation
telegram-bot-api copied to clipboard

Why do you send multiple replies?

Open devghb opened this issue 2 years ago • 1 comments

u := tgbotapi.UpdateConfig{ Offset: 0, Timeout: 100, } updates, _ := bot.GetUpdatesChan(u)

for update := range updates {

	go lucky.processUpdate(&update)
}

devghb avatar Feb 24 '22 04:02 devghb

If you want to get help, you should at least send a COMPLETE example that demonstrates the problem.

"Complete" means that the example must compile and can be run to try it.

cmaglie avatar Apr 24 '22 12:04 cmaglie