typealias GuildTextBasedChannel

export type GuildTextBasedChannel = Extract<GuildBasedChannel, TextBasedChannel>;

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