Boost links

Used by users to boost channels, granting them the ability to post stories.

Properties

Properties

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