tdlib / telegram-bot-api

Telegram Bot API server
https://core.telegram.org/bots
Boost Software License 1.0
3.2k stars 602 forks source link

Bots stop responding private messages after a star payment #662

Closed agoudbg closed 2 days ago

agoudbg commented 3 days ago

After a successful payment, bots stop receiving any update from private chats, only restore if you revoke bot token

I've test 3 bots and same thing happen, and I've checked getUpdates, no any private chat update was given

image

agoudbg commented 3 days ago

update: this seems to be fixed now. If the problem doesn't happen again in several hours I'll close this issue.