Skip to main content
Module

x/mtkruto/mod.ts>CallbackQueryAnswer

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface CallbackQueryAnswer
Re-export
import { type CallbackQueryAnswer } from "https://deno.land/x/mtkruto@0.2.24/mod.ts";

An answer to a callback query.

Properties

alert: boolean

Whether the answer should be shown as an alert.

text: string

The text of the answer.

url: string

A potential URL that is to be opened.