Interface CopyTextButton

This object represents an inline keyboard button that copies specified text to the clipboard.

interface CopyTextButton {
    text: string;
}

Properties

Properties

text: string

The text to be copied to the clipboard; 1-256 characters