Files
admin 06a48a419b
continuous-integration/drone/push Build is passing
fix(bot): resolve private chat before sending to a user
After the bot's TDLib session was rebuilt from scratch (following a
disk-full corruption on 2026-08-05), sendMessage started failing with
"Chat not found" for every previously-known user — a fresh TDLib
database has no cached chat/peer info until createPrivateChat
explicitly resolves it. Call it before every send.
2026-08-10 08:27:41 +02:00
..