From 240ac301b906ed8b56b0f4e356f92835b51e1cc6 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Thu, 4 Aug 2016 13:41:33 +0200 Subject: [PATCH] edit_message(): Bugfix --- otouto/utilities.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otouto/utilities.lua b/otouto/utilities.lua index 14ff020..d65a94a 100644 --- a/otouto/utilities.lua +++ b/otouto/utilities.lua @@ -50,7 +50,7 @@ function utilities:edit_message(chat_id, message_id, text, disable_web_page_prev message_id = message_id, text = text, disable_web_page_preview = disable_web_page_preview, - parse_mode = use_markdown and 'Markdown' or nil, + parse_mode = use_markdown, reply_markup = reply_markup } ) end