diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2024-03-25 21:46:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-25 21:46:41 +0300 |
commit | 6a36fa18bb3f6ae8b678c5286dc30da5cc30c15b (patch) | |
tree | 285c0371b4baf8191257142134c51e92eacbfa4e /src | |
parent | dd3a5a2307fb13a740133640b1dda3701f8d4006 (diff) | |
parent | 51ed1245a0b492c76c77b754f76234c79fba6c65 (diff) |
Merge pull request #298 from paulusel/master
Fix keyboard markup type in exditmessagetext
Diffstat (limited to 'src')
-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); |