Public username links

Used to link to public users, groups and channels

Properties

Properties

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