Skip to main content
Module

x/mtkruto/mod.ts>AnswerInlineQueryParams

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface AnswerInlineQueryParams
Re-export
import { type AnswerInlineQueryParams } from "https://deno.land/x/mtkruto@0.1.149/mod.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.