Interface LinkPreviewTypeUser

The link is a link to a user. Subtype of LinkPreviewType.

interface LinkPreviewTypeUser {
    @type: "linkPreviewTypeUser";
    is_bot?: boolean;
    photo: ChatPhoto;
}

Properties

Properties

@type: "linkPreviewTypeUser"
is_bot?: boolean

True, if the user is a bot.

photo: ChatPhoto

Photo of the user; may be null if none.