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> -
disconnect(
{String? reason}) → Future< void> -
move(
Snowflake channelId, {String? reason}) → Future< void> -
mute(
{String? reason}) → Future< void> -
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> -
unMute(
{String? reason}) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited