IVoiceState class abstract

Constructors

IVoiceState()

Properties

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

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