Skip to main content
Module

x/mtkruto/mod.ts>InlineQueryResultButton

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface InlineQueryResultButton
Re-export
import { type InlineQueryResultButton } from "https://deno.land/x/mtkruto@0.1.201/mod.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.