summaryrefslogtreecommitdiff
path: root/src/Api.cpp
diff options
context:
space:
mode:
authorpaulusel <paulusel@proton.me>2024-03-25 18:15:30 +0000
committerpaulusel <paulusel@proton.me>2024-03-25 18:22:01 +0000
commit51ed1245a0b492c76c77b754f76234c79fba6c65 (patch)
tree285c0371b4baf8191257142134c51e92eacbfa4e /src/Api.cpp
parentdd3a5a2307fb13a740133640b1dda3701f8d4006 (diff)
Fix keyboard markup type in exditmessagetext
Diffstat (limited to 'src/Api.cpp')
-rw-r--r--src/Api.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Api.cpp b/src/Api.cpp
index f3f8124..58d5227 100644
--- a/src/Api.cpp
+++ b/src/Api.cpp
@@ -1776,7 +1776,7 @@ Message::Ptr Api::editMessageText(const std::string& text,
const std::string& inlineMessageId,
const std::string& parseMode,
bool disableWebPagePreview,
- GenericReply::Ptr replyMarkup,
+ InlineKeyboardMarkup::Ptr replyMarkup,
const std::vector<MessageEntity::Ptr>& entities) const {
std::vector<HttpReqArg> args;
args.reserve(8);