1
0
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:
Kondra007 2016-05-22 15:47:44 +03:00
parent 8a9d89591b
commit 1a45b4844a

View File

@ -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