Skip to main content
Very Popular
Latest
interface InlineKeyboardButton.SwitchInlineButton
implements AbstractInlineKeyboardButton
import { type InlineKeyboardButton } from "https://deno.land/x/grammy@v1.22.4/types.deno.ts";
const { SwitchInlineButton } = InlineKeyboardButton;

Properties

switch_inline_query: 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. Can be empty, in which case just the bot's username will be inserted.