typealias TextThreadChannel

export type TextThreadChannel = PublicThreadChannel<false> | PrivateThreadChannel;