DiscordChannelType public enum DiscordChannelType : Int Represents the type of a channel. text A text channel. Declaration Swift case text direct A direct message channel. Declaration Swift case direct voice A voice channel. Declaration Swift case voice groupDM A GroupDM. Declaration Swift case groupDM category A Category. Declaration Swift case category