Skip to main content
Module

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

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

Properties

optional
text: string

A text to be shown to the user.

optional
alert: boolean

Whether to show the text as an alert (popup).

optional
url: string

A URL to be opened.

optional
cacheTime: number

TTL of answer caches in seconds.