Skip to main content
Module

x/mtkruto/mod.ts>Client#answerInlineQuery

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method Client.prototype.answerInlineQuery
import { Client } from "https://deno.land/x/mtkruto@0.2.24/mod.ts";

Answer an inline query. Bot-only.

Parameters

id: string

The ID of the inline query to answer.

The results to answer with.

optional
params: AnswerInlineQueryParams