Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/3_types.ts>InlineQueryResultButton

Cross-runtime JavaScript library for building Telegram clients
Latest
interface InlineQueryResultButton
import { type InlineQueryResultButton } from "https://deno.land/x/mtkruto@0.2.24/3_types.ts";

A button to be shown along with the results of an inline query.

Properties

text: string

Label text on the button.

optional
miniApp: MiniAppInfo

Description of the Mini App that will be launched when the user presses the button.

optional
startParameter: string

Deep linking parameter for the /start message.