TDLib v0.0.2 TDLib.Object.UpdateNewCallbackQuery View Source

A new incoming callback query; for bots only.

NameTypeDescription
idstringUnique query identifier.
sender_user_idnumberIdentifier of the user who sent the query.
chat_idstringIdentifier of the chat, in which the query was sent.
message_idstringIdentifier of the message, from which the query originated.
chat_instancestringIdentifier that uniquely corresponds to the chat to which the message was sent.
payloadCallbackQueryPayloadQuery payload.

More details on telegram’s documentation.