ChannelType
public enum ChannelType: Int
Used to indicate the type of channel
-
This is a regular Guild Text Channel (
GuildChannel)Declaration
Swift
case guildText
-
This is a 1 on 1 DM with a user (
DMChannel)Declaration
Swift
case dm
-
This is the famous Guild Voice Channel (
GuildChannel)Declaration
Swift
case guildVoice
-
This is a Group DM Channel (
GroupChannel)Declaration
Swift
case groupDM
-
This is a Guild Category Channel (
GuildCategory)Declaration
Swift
case guildCategory
View on GitHub
ChannelType Enum Reference