ServerVoiceChannel class
final
Methods
-
cast<T extends Channel>()
→ T
-
inherited
-
delete({String? reason})
→ Future<void>
-
Deletes the channel.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
resolveServer({bool force = true})
→ Future<Server>
-
Resolves the Server the channel belongs to.
inherited
-
setBitrate(int bitrate, {String? reason})
→ Future<void>
-
Sets the bitrate of the voice channel.
-
setCategory(String categoryId, {String? reason})
→ Future<void>
-
Sets the category of the channel.
-
setName(String name, {String? reason})
→ Future<void>
-
Sets the name of the channel.
-
setNsfw(bool nsfw, {String? reason})
→ Future<void>
-
Sets the NSFW status of the channel.
-
setPosition(int position, {String? reason})
→ Future<void>
-
Sets the position of the channel.
-
setRateLimitPerUser(Duration value, {String? reason})
→ Future<void>
-
Sets the rate limit per user for the channel.
-
setRtcRegion(String rtcRegion, {String? reason})
→ Future<void>
-
Sets the RTC region of the voice channel.
-
setUserLimit(int userLimit, {String? reason})
→ Future<void>
-
Sets the user limit of the voice channel.
-
setVideoQuality(VideoQuality quality, {String? reason})
→ Future<void>
-
Sets the video quality of the voice channel.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(ChannelBuilderContract builder, {String? reason})
→ Future<void>
-
Updates the channel.
inherited