Skip to main content
Module

x/mtkruto/5_client.ts>AnswerCallbackQueryParams

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