/** A button that forces an inline query to the bot to be inserted in the input field */ export declare class InlineKeyboardButtonTypeSwitchInlineBaseModel { _: 'inlineKeyboardButtonTypeSwitchInline'; /** Inline query to be sent to the bot */ query: string; /** True, if the inline query should be sent from the current chat */ inCurrentChat: boolean; }