diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tgbot/Api.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tgbot/Api.h b/include/tgbot/Api.h index 1adbbe5..782fb53 100644 --- a/include/tgbot/Api.h +++ b/include/tgbot/Api.h @@ -67,6 +67,9 @@ public: */ Message::Ptr sendMessage(std::int64_t chatId, const std::string& text, bool disableWebPagePreview = false, std::int32_t replyToMessageId = 0, GenericReply::Ptr replyMarkup = std::make_shared<GenericReply>(), const std::string& parseMode = "", bool disableNotification = false) const; + + Message::Ptr sendMessage(const std::string& chatId, const std::string& text, bool disableWebPagePreview = false, std::int32_t replyToMessageId = 0, + GenericReply::Ptr replyMarkup = std::make_shared<GenericReply>(), const std::string& parseMode = "", bool disableNotification = false) const; /** * @brief Use this method to forward messages of any kind. |