diff options
Diffstat (limited to 'src/Api.cpp')
-rw-r--r-- | src/Api.cpp | 2 |
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); |