Interface TMeUrl

Represents a URL linking to an internal Telegram entity.

interface TMeUrl {
    @type: "tMeUrl";
    type: TMeUrlType;
    url: string;
}

Properties

Properties

@type: "tMeUrl"

Type of the URL.

url: string

URL.