From 1a45b4844add7ecf774ccff7bbee603b0ef75766 Mon Sep 17 00:00:00 2001 From: Kondra007 Date: Sun, 22 May 2016 15:47:44 +0300 Subject: [PATCH] Fixed Travis build (again) Yeah, I'm really sorry for all this errors, maybe tired a little bit. --- telebot/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/telebot/types.py b/telebot/types.py index 195cd9a..a8f2d44 100644 --- a/telebot/types.py +++ b/telebot/types.py @@ -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