Skip to main content
Module

x/mtkruto/3_types.ts>InlineKeyboardButtonSwitchInlineChosen

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

An inline keyboard button that, when pressed, switches to inline mode in a chat chosen by the user from a limited subset of chats.

Properties

switchInlineQueryChosenChats: { query: string; allowUsers?: boolean; allowBots?: boolean; allowGroups?: boolean; allowChannels?: boolean; }