View Source ExTDLib.Method.GetCallbackQueryAnswer (ExTDLib v0.0.4)

Sends a callback query to a bot and returns an answer. Returns an error with code 502 if the bot fails to answer the query before the query timeout expires. Returns object_ptr<CallbackQueryAnswer>.

NameTypeDescription
chat_idstringIdentifier of the chat with the message.
message_idstringIdentifier of the message from which the query originated.
payloadCallbackQueryPayloadQuery payload.

More details on telegram's documentation.