Class DiscordVoiceState
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Represents a Discord voice state.
public class DiscordVoiceState : ObservableApiObject
- Inheritance
-
DiscordVoiceState
- Inherited Members
Properties
- Channel
Gets the channel this user is connected to.
- Guild
Gets the guild associated with this voice state.
- IsSelfDeafened
Gets whether this user is locally deafened.
- IsSelfMuted
Gets whether this user is locally muted.
- IsSelfStream
Gets whether this user is using the Go Live feature.
- IsSelfVideo
Gets whether this user's camera is enabled.
- IsServerDeafened
Gets whether this user is deafened.
- IsServerMuted
Gets whether this user is muted.
- IsSuppressed
Gets whether the current user has suppressed this user.
- Member
Gets the member this voice state belongs to.
- User
Gets the user associated with this voice state.
This can be cast to a DiscordMember if this voice state was in a guild.
Methods
- ToString()
Gets a readable voice state string.