Skip to main content
Module

x/mtkruto/mod.ts>AnswerCallbackQueryParams

[WIP] 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.129/mod.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.