GuildCreateChannel
public enum GuildCreateChannel
Guild create channel options.
-
The bitrate of a voice channel.
Declaration
Swift
case bitrate(Int)
-
The name of the channel.
Declaration
Swift
case name(String)
-
An array of permissions for this channel.
Declaration
Swift
case permissionOverwrites([DiscordPermissionOverwrite])
-
The type of this channel.
Declaration
Swift
case type(DiscordChannelType)
-
The user limit for a voice channel
Declaration
Swift
case userLimit(Int)