tgbot-cpp
|
#include <Update.h>
Public Types | |
typedef std::shared_ptr< Update > | Ptr |
typedef std::shared_ptr<Update> TgBot::Update::Ptr |
CallbackQuery::Ptr TgBot::Update::callbackQuery |
Message::Ptr TgBot::Update::channelPost |
ChosenInlineResult::Ptr TgBot::Update::chosenInlineResult |
Message::Ptr TgBot::Update::editedChannelPost |
Message::Ptr TgBot::Update::editedMessage |
InlineQuery::Ptr TgBot::Update::inlineQuery |
Message::Ptr TgBot::Update::message |
int32_t TgBot::Update::updateId |
The update‘s unique identifier. Update identifiers start from a certain positive number and increase sequentially. This ID becomes especially handy if you’re using Webhooks, since it allows you to ignore repeated updates or to restore the correct update sequence, should they get out of order.