[test] maybe...?

pull/138/head
ZetGo | Aleksej K. 2025-05-27 02:32:20 +03:00
parent d209ba3ec0
commit 79c1b118f0
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class InlineCall(CallbackQuery, InlineMessage):
dump = call.model_dump()
if "result_id" in dump: # tryung to avoid ValidationError
dump["id"] = dump.pop("result_id")
dump.setdefault("chat_instance", "")
dump["chat_instance"] = ""
CallbackQuery.__init__(self, **dump)
for attr in {
"id",