Interface InlineKeyboardButtonTypeUrl

Describes the type of inline keyboard button. Subtype of InlineKeyboardButtonType.

interface InlineKeyboardButtonTypeUrl {
    @type: "inlineKeyboardButtonTypeUrl";
    url: string;
}

Properties

Properties

@type: "inlineKeyboardButtonTypeUrl"
url: string

HTTP or tg:// URL to open. If the link is of the type internalLinkTypeWebApp, then the button must be marked as a Web App button.