diff --git a/telebot/types.py b/telebot/types.py index 9ae4ccc..45181f3 100644 --- a/telebot/types.py +++ b/telebot/types.py @@ -387,7 +387,6 @@ class Message(JsonDeserializable): content_type = 'passport_data' if 'reply_markup' in obj: opts['reply_markup'] = InlineKeyboardMarkup.de_json(obj['reply_markup']) - content_type = 'reply_markup' return cls(message_id, from_user, date, chat, content_type, opts, json_string) @classmethod