VoiceManager class Null safety

Mixed in types

Constructors

VoiceManager(bool _isDeaf, bool _isMute, bool _isSelfMute, bool _isSelfDeaf, bool _hasVideo, bool? _hasStream, Snowflake? _channelId, Snowflake _memberId, Snowflake _guildId)
VoiceManager.empty(bool deaf, bool mute, Snowflake memberId, Snowflake guildId)
factory
VoiceManager.from(dynamic payload, Snowflake guildId)
factory

Properties

channel VoiceChannel?
read-only
console ConsoleContract
read-only, inherited
container Ioc
Service manager including the core components of the Mineral framework
read-only, inherited
guild Guild
read-only
hashCode int
The hash code for this object.
read-only, inherited
hasStream bool?
read-only
hasVideo bool
read-only
isDeaf bool
read-only
isMute bool
read-only
isSelfDeaf bool
read-only
isSelfMute bool
read-only
member GuildMember
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

disconnect() Future<void>
Disconnects the user from a voice channel
move(Snowflake channelId) Future<void>
Moves a member from one voice channel to another
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
setDeaf(bool value) Future<void>
Deafens or not a server member
setMute(bool value) Future<void>
Mutes or unmute a server member
toString() String
A string representation of this object.
inherited

Operators

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