From 91f213ff3498eb78efa29db03fe775382fb82113 Mon Sep 17 00:00:00 2001 From: eternnoir Date: Fri, 27 Apr 2018 15:47:03 +0800 Subject: [PATCH] Fix #501 --- telebot/types.py | 1 - 1 file changed, 1 deletion(-) diff --git a/telebot/types.py b/telebot/types.py index f996436..fb6789b 100644 --- a/telebot/types.py +++ b/telebot/types.py @@ -127,7 +127,6 @@ class Update(JsonDeserializable): def __init__(self, update_id, message, edited_message, channel_post, edited_channel_post, inline_query, chosen_inline_result, callback_query, shipping_query, pre_checkout_query): self.update_id = update_id - self.edited_message = edited_message self.message = message self.edited_message = edited_message self.channel_post = channel_post