Skip to main content
Module

x/mtkruto/types/1_inline_query_result_button.ts>InlineQueryResultButton

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