1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 03:36:55 +01:00
MadelineProto/docs/TD_docs/methods/answerCallbackQuery.md

881 B

title description
answerCallbackQuery Bots only. Sets result of a callback query

Method: answerCallbackQuery

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Bots only. Sets result of a callback query

Parameters:

Name Type Required Description
callback_query_id CLICK ME int64 Yes Identifier of the callback query
text CLICK ME string Yes Text of the answer
show_alert CLICK ME Bool Yes If true, an alert should be shown to the user instead of a toast
url CLICK ME string Yes Url to be opened
cache_time CLICK ME int Yes Allowed time to cache result of the query in seconds

Return type: Ok