Voice State Impl
class VoiceStateImpl(val yde: YDE, val json: JsonNode, backupGuild: Guild? = null) : VoiceState(source)
Types
Link copied to clipboard
class VoiceRegionImpl(val yde: YDE, val json: JsonNode, val idAsLong: Long) : VoiceState.VoiceRegion
Properties
Link copied to clipboard
The channel this voice state is for.
Link copied to clipboard
Whether this voice state is deafened.
Link copied to clipboard
Whether this voice state is self deafened.
Link copied to clipboard
Whether this voice state is self muted.
Link copied to clipboard
Whether this voice state is streaming.
Link copied to clipboard
Whether this voice state is suppressed.
Link copied to clipboard
The time at which the user requested to speak.