MemberVoice class final

Constructors

MemberVoice(Member _member)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deafen({String? reason}) Future<void>
Deafen the member.
disconnect({String? reason}) Future<void>
Disconnect the member from the voice channel.
move(Snowflake channelId, {String? reason}) Future<void>
Move the member to a different voice channel.
mute({String? reason}) Future<void>
Mute the member.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unDeafen({String? reason}) Future<void>
UnDeafen the member.
unMute({String? reason}) Future<void>
Unmute the member.

Operators

operator ==(Object other) bool
The equality operator.
inherited