interface SwitchInlineCurrentChatButton {
    switchInlineQueryCurrentChat: string;
    text: string;
}

Hierarchy (view full)

Properties

switchInlineQueryCurrentChat: string

If set, pressing the button will insert the bot's username and the specified inline query in the current chat's input field. Can be empty, in which case only the bot's username will be inserted.

This offers a quick way for the user to open your bot in inline mode in the same chat – good for selecting something from multiple options. Not supported in channels and for messages sent on behalf of a Telegram Business account.

text: string

Label text on the button