Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/client/0_params.ts>AnswerInlineQueryParams

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface AnswerInlineQueryParams
import { type AnswerInlineQueryParams } from "https://deno.land/x/mtkruto@0.1.147/client/0_params.ts";

Properties

optional
cacheTime: number

TTL of the caches of the results in seconds. Defaults to 300.

optional
isPersonal: boolean

Whether the result caches should only be for the user who made the inline query.

optional
nextOffset: string

A parameter to be passed to the same query next time when the user’s client asks for more results. Can’t be longer than 64 bytes.

optional
isGallery: boolean
optional
button: InlineQueryResultButton

A button to be shown along with the results.