IVoiceState class abstract

Constructors

IVoiceState()

Properties

channel Cacheable<Snowflake, IChannel>?
Channel id user is connected
read-only
deaf bool
Whether this user is muted by the server
read-only
guild Cacheable<Snowflake, IGuild>?
Guild this voice state update is
read-only
hashCode int
The hash code for this object.
read-onlyinherited
requestToSpeakTimeStamp DateTime?
The time at which the user requested to speak
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
selfDeaf bool
Whether this user is locally deafened
read-only
selfMute bool
Whether this user is locally muted
read-only
selfStream bool
Whether this user is streaming using "Go Live"
read-only
selfVideo bool
Whether this user's camera is enabled
read-only
sessionId String
Session id for this voice state
read-only
suppress bool
Whether this user is muted by the current user
read-only
user Cacheable<Snowflake, IUser>
User this voice state is for
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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