Temporary profile links

Used to link to user profiles, generated using contacts.exportContactToken. These links can be generated even for profiles that don't have a username, and they have an expiration date, specified by the expires field of the exportedContactToken constructor returned by contacts.exportContactToken.

Properties

Properties

parse: ((url: string) => null | {
    token: string;
})