TelegramBot.answerInlineQuery

Send answers to an inline query

  1. bool answerInlineQuery(string inline_query_id, InlineQueryResult[] results)
  2. bool answerInlineQuery(AnswerInlineQueryMethod m)
    struct TelegramBot
    @trusted
    bool
    answerInlineQuery

Return Value

Type: bool

true on success

Throws

TelegramBotException on errors

See Also

Meta