AnswerCallbackQueryMethod

Method to send answers to callback queries sent from inline keyboards

Members

Mixins

__anonymous
mixin TelegramMethod!"/answerCallbackQuery"
Undocumented in source.

Variables

cache_time
Duration cache_time;

The maximum amount of time that the result of the callback query may be cached client-side

callback_query_id
string callback_query_id;

Unique identifier for the query to be answered

show_alert
bool show_alert;

If true, an alert will be shown by the client instead of a notification at the top of the chat screen

text
string text;

Text of the notification

url
string url;

URL that will be opened by the user's client

See Also

Meta