UpdateNewInlineCallbackQuery¶
A new incoming callback query from a message sent via a bot; for bots only
UpdateNewInlineCallbackQuery(
id: int64,
sender_user_id: int53,
inline_message_id: string,
chat_instance: int64,
payload: CallbackQueryPayload
) → Update
id¶
int64
Unique query identifier
sender_user_id¶
int53
Identifier of the user who sent the query
inline_message_id¶
string
Identifier of the inline message from which the query originated
chat_instance¶
int64
An identifier uniquely corresponding to the chat a message was sent to
payload¶
Query payload