#include "forwardMessage.h"
Definition at line 15 of file forwardMessage.h.
◆ forwardMessage() [1/3]
yatbcpp::forwardMessage::forwardMessage |
( |
std::string |
chat_id, |
|
|
std::string |
from_chat_id, |
|
|
std::int32_t |
message_id |
|
) |
| |
◆ forwardMessage() [2/3]
yatbcpp::forwardMessage::forwardMessage |
( |
std::int64_t |
chat_id, |
|
|
std::int64_t |
from_chat_id, |
|
|
std::int32_t |
message_id |
|
) |
| |
◆ forwardMessage() [3/3]
forwardMessage::forwardMessage |
( |
Chat |
chat_id, |
|
|
Message |
from |
|
) |
| |
◆ getChat_id()
const string & forwardMessage::getChat_id |
( |
| ) |
const |
◆ getDisable_notification()
const optional< bool > & forwardMessage::getDisable_notification |
( |
| ) |
const |
◆ getFrom_chat_id()
const string & forwardMessage::getFrom_chat_id |
( |
| ) |
const |
◆ getFunctionname()
◆ getMessage_id()
int32_t forwardMessage::getMessage_id |
( |
| ) |
const |
◆ perform_requestJSON()
◆ setDisable_notification()
void forwardMessage::setDisable_notification |
( |
const std::optional< bool > & |
disable_notification | ) |
|
◆ toJson()
Json::Value forwardMessage::toJson |
( |
| ) |
|
|
virtual |
◆ WriteCallback()
◆ chat_id
std::string yatbcpp::forwardMessage::chat_id |
|
private |
◆ disable_notification
std::optional<bool> yatbcpp::forwardMessage::disable_notification |
|
private |
◆ from_chat_id
std::string yatbcpp::forwardMessage::from_chat_id |
|
private |
◆ functionname
◆ message_id
std::int32_t yatbcpp::forwardMessage::message_id |
|
private |
The documentation for this class was generated from the following files: