This object represents an incoming update.
More...
#include <Update.h>
This object represents an incoming update.
Definition at line 40 of file Update.h.
◆ Ptr
◆ callbackQuery
Optional. New incoming callback query.
Definition at line 83 of file Update.h.
◆ channelPost
Optional. New incoming channel post of any kind — text, photo, sticker, etc.
Definition at line 63 of file Update.h.
◆ chosenInlineResult
Optional. The result of an inline query that was chosen by a user and sent to their chat partner.
Definition at line 78 of file Update.h.
◆ editedChannelPost
Optional. New version of a channel post that is known to the bot and was edited.
Definition at line 68 of file Update.h.
◆ editedMessage
Optional. New version of a message that is known to the bot and was edited.
Definition at line 58 of file Update.h.
◆ inlineQuery
Optional. New incoming inline query.
Definition at line 73 of file Update.h.
◆ message
Optional. New incoming message of any kind — text, photo, sticker, etc.
Definition at line 53 of file Update.h.
◆ updateId
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.
Definition at line 48 of file Update.h.
The documentation for this class was generated from the following file: