Skip to main content
Module

x/mtkruto/3_types.ts>CallbackQueryAnswer

Cross-runtime JavaScript library for building Telegram clients
Latest
interface CallbackQueryAnswer
import { type CallbackQueryAnswer } from "https://deno.land/x/mtkruto@0.2.30/3_types.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.