Type alias TextBasedChannel

TextBasedChannel: Exclude<Extract<Channel, {
    type: TextChannelType;
}>, ForumChannel | MediaChannel>

Generated using TypeDoc