Skip to main content
Module

x/mtkruto/mod.ts>InlineKeyboardButton.SwitchInline

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface InlineKeyboardButton.SwitchInline
implements Base
import { type InlineKeyboardButton } from "https://deno.land/x/mtkruto@0.1.119/mod.ts";
const { SwitchInline } = InlineKeyboardButton;

Properties

switchInlineQuery: string

If set, pressing the button will prompt the user to select one of their chats, open that chat and insert the bot's username and the specified inline query in the input field. May be empty, in which case just the bot's username will be inserted.