VoiceState
class VoiceState(val data: VoiceStateData, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : KordObject, Strategizable(source)
Properties
Link copied to clipboard
Link copied to clipboard
Whether this user is deafened by the server.
Link copied to clipboard
Whether this user is locally deafened.
Link copied to clipboard
Whether this user is locally muted.
Link copied to clipboard
Whether this user is streaming using "Go Live".
Link copied to clipboard
Whether this user's camera is enabled.
Link copied to clipboard
Whether this user is muted by the current user.
Link copied to clipboard
The Instant at which the user requested to speak.
Link copied to clipboard
The supplier used to request entities.
Functions
Link copied to clipboard
Requests to get the voice channel, returns null if the VoiceChannel isn't present.
Link copied to clipboard
Requests to get the guild of this voice state, returns null if the Guild isn't present.
Link copied to clipboard
Requests to get the member that belongs to this voice state, returns null if the Member isn't present.
Link copied to clipboard
Returns a new VoiceState with the given strategy.