mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Fixed Travis build (again)
Yeah, I'm really sorry for all this errors, maybe tired a little bit.
This commit is contained in:
parent
8a9d89591b
commit
1a45b4844a
@ -86,6 +86,7 @@ class Update(JsonDeserializable):
|
||||
obj = cls.check_json(json_type)
|
||||
update_id = obj['update_id']
|
||||
message = None
|
||||
edited_message = None
|
||||
inline_query = None
|
||||
chosen_inline_result = None
|
||||
callback_query = None
|
||||
|
Loading…
Reference in New Issue
Block a user