typealias GuildTextBasedChannelTypes

export type GuildTextBasedChannelTypes = Exclude<TextBasedChannelTypes, ChannelType.DM>;

The types of guild channels that are text-based. The available types are:* ChannelType.GuildText* ChannelType.GuildAnnouncement* ChannelType.AnnouncementThread* ChannelType.PublicThread* ChannelType.PrivateThread* ChannelType.GuildVoice* ChannelType.GuildStageVoice