Interface TMeUrlTypeUser

Describes the type of URL linking to an internal Telegram entity. Subtype of TMeUrlType.

interface TMeUrlTypeUser {
    @type: "tMeUrlTypeUser";
    user_id: number;
}

Properties

Properties

@type: "tMeUrlTypeUser"
user_id: number

Identifier of the user.