A hyperlink in a text message.

interface Link {
    href: string;
    text: string;
}

Properties

Properties

href: string
text: string