TelegramBot.answerCallbackQuery

Answer to a callback query sent from inline keyboard

  1. bool answerCallbackQuery(string callback_query_id)
    struct TelegramBot
    @trusted
    bool
    answerCallbackQuery
  2. bool answerCallbackQuery(AnswerCallbackQueryMethod m)

Parameters

callback_query_id string

Unique identifier for the query to be answered

Return Value

Type: bool

true on success

Throws

TelegramBotException on errors

See Also

Meta