UpdateNewBusinessCallbackQuery¶
A new incoming callback query from a business message; for bots only
UpdateNewBusinessCallbackQuery(
id: int64,
sender_user_id: int53,
connection_id: string,
message: BusinessMessage,
chat_instance: int64,
payload: CallbackQueryPayload
) → Update
id¶
int64
Unique query identifier
sender_user_id¶
int53
Identifier of the user who sent the query
connection_id¶
string
Unique identifier of the business connection
message¶
The message from the business account from which the query originated
chat_instance¶
int64
An identifier uniquely corresponding to the chat a message was sent to
payload¶
Query payload