Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.24/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.