5 #ifndef YATBCPP_SENDMESSAGE_H 6 #define YATBCPP_SENDMESSAGE_H 8 #include "../types/Chat.h" 9 #include "../types/Message.h" 10 #include "../types/ReplyKeyboardMarkup.h" 11 #include "../types/ReplyKeyboardMarkup.h" 12 #include "../types/ReplyKeyboardRemove.h" 13 #include "../types/ForceReply.h" 42 const std::string &
getText()
const;
66 #endif //YATBCPP_SENDMESSAGE_H void setReply_to_message_id(const std::optional< std::int32_t > &reply_to_message_id)
sendMessage(std::int64_t chat_id, std::string text)
const std::string & getChat_id() const
const std::optional< std::int32_t > & getReply_to_message_id() const
void setParse_mode(const std::optional< std::string > &parse_mode)
std::optional< std::int32_t > reply_to_message_id
void setReplyMarkup(const ReplyKeyboardMarkup RKM)
std::optional< bool > disable_web_page_preview
const std::optional< bool > & getDisable_web_page_preview() const
const std::string & getText() const
std::optional< ReplyMarkup > reply_markup
void setDisable_notification(const std::optional< bool > &disable_notification)
const std::optional< std::string > & getParse_mode() const
const std::optional< bool > & getDisable_notification() const
void setDisable_web_page_preview(const std::optional< bool > &disable_web_page_preview)
std::optional< bool > disable_notification
const std::optional< ReplyMarkup > & getReply_markup() const
std::optional< std::string > parse_mode