Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/3_types.ts>SwitchInlineQueryChosenChats

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

Properties

query: string

The query to type into the user's message box once switched to inline.

optional
allowUsers: boolean

Whether the user should be allowed to pick chats with users.

optional
allowBots: boolean

Whether the user should be allowed to pick chats with bots.

optional
allowGroups: boolean

Whether the user should be allowed to pick group chats.

optional
allowChannels: boolean

Whether the user should be allowed to pick channels.