interface SwitchInlineQueryChosenChatimport { type SwitchInlineQueryChosenChat } from "https://dotland.deno.dev/x/grammy@v1.22.4/types.deno.ts"; This object represents an inline button that switches the current user to inline mode in a chosen chat, with an optional default inline query. Propertiesoptionalquery: stringThe default inline query to be inserted in the input field. If left empty, only the bot's username will be inserted optionalallow_user_chats: booleanTrue, if private chats with users can be chosen optionalallow_bot_chats: booleanTrue, if private chats with bots can be chosen optionalallow_group_chats: booleanTrue, if group and supergroup chats can be chosen optionalallow_channel_chats: booleanTrue, if channel chats can be chosen