#include "sendMessage.h"
Definition at line 17 of file sendMessage.h.
◆ sendMessage() [1/3]
yatbcpp::sendMessage::sendMessage |
( |
std::int64_t |
chat_id, |
|
|
std::string |
text |
|
) |
| |
◆ sendMessage() [2/3]
yatbcpp::sendMessage::sendMessage |
( |
std::string |
chat_id, |
|
|
std::string |
text |
|
) |
| |
◆ sendMessage() [3/3]
yatbcpp::sendMessage::sendMessage |
( |
Chat |
C, |
|
|
std::string |
text |
|
) |
| |
◆ getChat_id()
const string & sendMessage::getChat_id |
( |
| ) |
const |
◆ getDisable_notification()
const optional< bool > & sendMessage::getDisable_notification |
( |
| ) |
const |
◆ getDisable_web_page_preview()
const optional< bool > & sendMessage::getDisable_web_page_preview |
( |
| ) |
const |
◆ getFunctionname()
◆ getParse_mode()
const optional< string > & sendMessage::getParse_mode |
( |
| ) |
const |
◆ getReply_markup()
const optional< ReplyMarkup > & sendMessage::getReply_markup |
( |
| ) |
const |
◆ getReply_to_message_id()
const optional< int32_t > & sendMessage::getReply_to_message_id |
( |
| ) |
const |
◆ getText()
const string & sendMessage::getText |
( |
| ) |
const |
◆ perform_requestJSON()
◆ setDisable_notification()
void sendMessage::setDisable_notification |
( |
const std::optional< bool > & |
disable_notification | ) |
|
◆ setDisable_web_page_preview()
void sendMessage::setDisable_web_page_preview |
( |
const std::optional< bool > & |
disable_web_page_preview | ) |
|
◆ setParse_mode()
void sendMessage::setParse_mode |
( |
const std::optional< std::string > & |
parse_mode | ) |
|
◆ setReply_to_message_id()
void sendMessage::setReply_to_message_id |
( |
const std::optional< std::int32_t > & |
reply_to_message_id | ) |
|
◆ setReplyMarkup() [1/3]
◆ setReplyMarkup() [2/3]
◆ setReplyMarkup() [3/3]
void sendMessage::setReplyMarkup |
( |
const ForceReply |
FR | ) |
|
◆ toJson()
Json::Value sendMessage::toJson |
( |
| ) |
|
|
virtual |
◆ WriteCallback()
◆ chat_id
std::string yatbcpp::sendMessage::chat_id |
|
private |
◆ disable_notification
std::optional<bool> yatbcpp::sendMessage::disable_notification |
|
private |
◆ disable_web_page_preview
std::optional<bool> yatbcpp::sendMessage::disable_web_page_preview |
|
private |
◆ functionname
◆ parse_mode
std::optional<std::string> yatbcpp::sendMessage::parse_mode |
|
private |
◆ reply_markup
std::optional<ReplyMarkup> yatbcpp::sendMessage::reply_markup |
|
private |
◆ reply_to_message_id
std::optional<std::int32_t> yatbcpp::sendMessage::reply_to_message_id |
|
private |
◆ text
std::string yatbcpp::sendMessage::text |
|
private |
The documentation for this class was generated from the following files: