TDLib v0.0.2 TDLib.Object.UpdateNewInlineCallbackQuery View Source
A new incoming callback query from a message sent via a bot; for bots only.
Name | Type | Description |
---|---|---|
id | string | Unique query identifier. |
sender_user_id | number | Identifier of the user who sent the query. |
inline_message_id | string | Identifier of the inline message, from which the query originated. |
chat_instance | string | An identifier uniquely corresponding to the chat a message was sent to. |
payload | CallbackQueryPayload | Query payload. |
More details on telegram’s documentation.