Interface InlineKeyboardButtonTypeCopyText

A button that copies specified text to clipboard. Subtype of InlineKeyboardButtonType.

interface InlineKeyboardButtonTypeCopyText {
    @type: "inlineKeyboardButtonTypeCopyText";
    text: string;
}

Properties

Properties

@type: "inlineKeyboardButtonTypeCopyText"
text: string

The text to copy to clipboard.