UpdateNewCallbackQuery¶
A new incoming callback query; for bots only
UpdateNewCallbackQuery(
id: int64,
sender_user_id: int53,
chat_id: int53,
message_id: int53,
chat_instance: int64,
payload: CallbackQueryPayload
) → Update
id¶
int64
Unique query identifier
sender_user_id¶
int53
Identifier of the user who sent the query
chat_id¶
int53
Identifier of the chat where the query was sent
message_id¶
int53
Identifier of the message from which the query originated
chat_instance¶
int64
Identifier that uniquely corresponds to the chat to which the message was sent
payload¶
Query payload