23 #ifndef TGBOT_CPP_UPDATE_H 24 #define TGBOT_CPP_UPDATE_H 43 typedef std::shared_ptr<Update>
Ptr;
88 #endif //TGBOT_CPP_UPDATE_H Message::Ptr channelPost
Optional. New incoming channel post of any kind — text, photo, sticker, etc.
int32_t updateId
The update‘s unique identifier. Update identifiers start from a certain positive number and increase...
This object represents an incoming update.
std::shared_ptr< CallbackQuery > Ptr
Message::Ptr editedMessage
Optional. New version of a message that is known to the bot and was edited.
Message::Ptr editedChannelPost
Optional. New version of a channel post that is known to the bot and was edited.
std::shared_ptr< Update > Ptr
InlineQuery::Ptr inlineQuery
Optional. New incoming inline query.
std::shared_ptr< Message > Ptr
std::shared_ptr< ChosenInlineResult > Ptr
ChosenInlineResult::Ptr chosenInlineResult
Optional. The result of an inline query that was chosen by a user and sent to their chat partner...
CallbackQuery::Ptr callbackQuery
Optional. New incoming callback query.
std::shared_ptr< InlineQuery > Ptr
Message::Ptr message
Optional. New incoming message of any kind — text, photo, sticker, etc.