Interface TextEntityTypeTextUrl

A text description shown instead of a raw URL. Subtype of TextEntityType.

interface TextEntityTypeTextUrl {
    @type: "textEntityTypeTextUrl";
    url: string;
}

Properties

Properties

@type: "textEntityTypeTextUrl"
url: string

HTTP or tg:// URL to be opened when the link is clicked.