Handle empty external reply story in updates (#1587)

This commit is contained in:
latand 2026-02-10 22:28:59 +02:00
parent 1708980ceb
commit 58993e0e5e
4 changed files with 84 additions and 1 deletions

1
CHANGES/1587.bugfix.rst Normal file
View file

@ -0,0 +1 @@
Fixed deserialization for malformed Bot API updates where :code:`external_reply.story` is an empty object, treating it as missing data instead of crashing polling.