#include "Update.h"
◆ Update() [1/2]
yatbcpp::Update::Update |
( |
std::int32_t |
update_id | ) |
|
◆ Update() [2/2]
Update::Update |
( |
const Update & |
Update | ) |
|
◆ getChannel_post()
const optional< Message > & Update::getChannel_post |
( |
| ) |
const |
◆ getEdited_channel_post()
const optional< Message > & Update::getEdited_channel_post |
( |
| ) |
const |
◆ getEdited_message()
const optional< Message > & Update::getEdited_message |
( |
| ) |
const |
◆ getInlineQuery()
const optional< InlineQuery > & Update::getInlineQuery |
( |
| ) |
const |
◆ getMessage()
const optional< Message > & Update::getMessage |
( |
| ) |
const |
◆ getUpdate_id()
int Update::getUpdate_id |
( |
| ) |
const |
◆ setChannel_post()
void Update::setChannel_post |
( |
const std::optional< Message > & |
channel_post | ) |
|
◆ setEdited_channel_post()
void Update::setEdited_channel_post |
( |
const std::optional< Message > & |
edited_channel_post | ) |
|
◆ setEdited_message()
void Update::setEdited_message |
( |
const std::optional< Message > & |
edited_message | ) |
|
◆ setInlineQuery()
void Update::setInlineQuery |
( |
const std::optional< InlineQuery > & |
inlineQuery | ) |
|
◆ setMessage()
void Update::setMessage |
( |
const std::optional< Message > & |
message | ) |
|
◆ channel_post
std::optional<Message> yatbcpp::Update::channel_post |
|
private |
◆ edited_channel_post
std::optional<Message> yatbcpp::Update::edited_channel_post |
|
private |
◆ edited_message
std::optional<Message> yatbcpp::Update::edited_message |
|
private |
◆ inlineQuery
std::optional<InlineQuery> yatbcpp::Update::inlineQuery |
|
private |
◆ message
std::optional<Message> yatbcpp::Update::message |
|
private |
◆ update_id
std::int32_t yatbcpp::Update::update_id |
|
private |
The documentation for this class was generated from the following files: