From 51ed1245a0b492c76c77b754f76234c79fba6c65 Mon Sep 17 00:00:00 2001 From: paulusel Date: Mon, 25 Mar 2024 18:15:30 +0000 Subject: Fix keyboard markup type in exditmessagetext --- include/tgbot/Api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/tgbot/Api.h b/include/tgbot/Api.h index 6bd24e4..b7a541a 100644 --- a/include/tgbot/Api.h +++ b/include/tgbot/Api.h @@ -1473,7 +1473,7 @@ public: const std::string& inlineMessageId = "", const std::string& parseMode = "", bool disableWebPagePreview = false, - GenericReply::Ptr replyMarkup = nullptr, + InlineKeyboardMarkup::Ptr replyMarkup = nullptr, const std::vector& entities = std::vector()) const; /** -- cgit v1.2.3