Skip to main content
Module

x/mtkruto/types/0_callback_query_answer.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/types/0_callback_query_answer.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.