typealias GuildTextBasedChannel

export type GuildTextBasedChannel = Extract<GuildBasedChannel, TextBasedChannel>;

The guild channels that are text-based.* TextChannel* NewsChannel* ThreadChannel* VoiceChannel* StageChannel