Update

An incoming update

Members

Aliases

id
alias id = update_id

Shorthand for update_id;

Functions

isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

callback_query
CallbackQuery callback_query;

New incoming callback query

channel_post
Message channel_post;

New channel post

chosen_inline_result
ChosenInlineResult chosen_inline_result;

Result of an inline query

edited_channel_post
Message edited_channel_post;

New version of a channel post

edited_message
Message edited_message;

New version of an old message

inline_query
InlineQuery inline_query;

New incoming inline query

message
Message message;

New incoming message

pre_checkout_query
PreCheckoutQuery pre_checkout_query;

New incoming pre-checkout query

shipping_query
ShippingQuery shipping_query;

New incoming shipping query

update_id
int update_id;

Unique identifier of the update

See Also

Meta