TextBasedChannel

export type TextBasedChannel = Exclude<
Extract<Channel, { type: TextChannelType }>,
PartialGroupDMChannel | ForumChannel | MediaChannel
>;
export type TextBasedChannel = Exclude<
Extract<Channel, { type: TextChannelType }>,
PartialGroupDMChannel | ForumChannel | MediaChannel
>;
Interface for classes that have text-channel-like features.