typealias ForumThreadChannel

export type ForumThreadChannel = PublicThreadChannel<true>;

Constructors

constructor()