TelegramBot.answerCallbackQuery

Answer to a callback query sent from inline keyboard

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

Return Value

Type: bool

true on success

Throws

TelegramBotException on errors

See Also

Meta