Phone number links

Used to link to public and private users by their phone number.

Properties

Properties

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