View Source ExTDLib.Object.UpdateNewCallbackQuery (ExTDLib v0.0.4)

A new incoming callback query; for bots only.

NameTypeDescription
idstringUnique query identifier.
sender_user_idstringIdentifier of the user who sent the query.
chat_idstringIdentifier of the chat where 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.