yatbcpp
0.0.1
Yet another Telegram Bot CPP Library
|
This is the complete list of members for yatbcpp::Update, including all inherited members.
channel_post | yatbcpp::Update | private |
edited_channel_post | yatbcpp::Update | private |
edited_message | yatbcpp::Update | private |
getChannel_post() const | yatbcpp::Update | |
getEdited_channel_post() const | yatbcpp::Update | |
getEdited_message() const | yatbcpp::Update | |
getInlineQuery() const | yatbcpp::Update | |
getMessage() const | yatbcpp::Update | |
getUpdate_id() const | yatbcpp::Update | |
inlineQuery | yatbcpp::Update | private |
message | yatbcpp::Update | private |
setChannel_post(const std::optional< Message > &channel_post) | yatbcpp::Update | |
setEdited_channel_post(const std::optional< Message > &edited_channel_post) | yatbcpp::Update | |
setEdited_message(const std::optional< Message > &edited_message) | yatbcpp::Update | |
setInlineQuery(const std::optional< InlineQuery > &inlineQuery) | yatbcpp::Update | |
setMessage(const std::optional< Message > &message) | yatbcpp::Update | |
Update(std::int32_t update_id) | yatbcpp::Update | |
Update(const Update &Update) | yatbcpp::Update | |
update_id | yatbcpp::Update | private |