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.

  • Parameters

    • options: { token: string } & CommonDeeplinkOptions

    Returns string

Properties

Properties

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