mirror of https://github.com/coddrago/Heroku
[test] maybe...?
parent
d209ba3ec0
commit
79c1b118f0
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue