You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A business bot replied to the same message repeatedly: Telegram may redeliver
updates (notably to bots, which lack user-style getDifference gap recovery), so
the same updateBotNewBusinessMessage arrives more than once. The official
telegram-bot-api server is once-only because TDLib dedups; match that with a
bounded FIFO set keyed by connectionID:msgID:editDate (Bot.businessSeen),
checked in dispatchBusinessMessage before routing. Edit date lets genuine edits
through while suppressing redeliveries.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments