ModifyChannel
public enum ModifyChannel
Modify channel options.
-
The bitrate of a voice channel.
Declaration
Swift
case bitrate(Int)
-
The name of the channel.
Declaration
Swift
case name(String)
-
The position of this channel.
Declaration
Swift
case position(Int)
-
The topic of a text channel.
Declaration
Swift
case topic(String)
-
The user limit of a voice channel.
Declaration
Swift
case userLimit(Int)