Class JsonVoiceState
- Namespace
- NetCord.Gateway.JsonModels
- Assembly
- NetCord.dll
public class JsonVoiceState
- Inheritance
-
JsonVoiceState
- Inherited Members
-
Constructors
JsonVoiceState()
Properties
ChannelId
[JsonPropertyName("channel_id")]
public ulong? ChannelId { get; set; }
Property Value
- ulong?
GuildId
[JsonPropertyName("guild_id")]
public ulong? GuildId { get; set; }
Property Value
- ulong?
IsDeafened
[JsonPropertyName("deaf")]
public bool IsDeafened { get; set; }
Property Value
- bool
IsMuted
[JsonPropertyName("mute")]
public bool IsMuted { get; set; }
Property Value
- bool
IsSelfDeafened
[JsonPropertyName("self_deaf")]
public bool IsSelfDeafened { get; set; }
Property Value
- bool
IsSelfMuted
[JsonPropertyName("self_mute")]
public bool IsSelfMuted { get; set; }
Property Value
- bool
RequestToSpeakTimestamp
[JsonPropertyName("request_to_speak_timestamp")]
public DateTimeOffset? RequestToSpeakTimestamp { get; set; }
Property Value
- DateTimeOffset?
SelfStreamExists
[JsonPropertyName("self_stream")]
public bool? SelfStreamExists { get; set; }
Property Value
- bool?
SelfVideoExists
[JsonPropertyName("self_video")]
public bool SelfVideoExists { get; set; }
Property Value
- bool
SessionId
[JsonPropertyName("session_id")]
public string SessionId { get; set; }
Property Value
- string
Suppressed
[JsonPropertyName("suppress")]
public bool Suppressed { get; set; }
Property Value
- bool
User
[JsonPropertyName("member")]
public JsonGuildUser? User { get; set; }
Property Value
- JsonGuildUser
UserId
[JsonPropertyName("user_id")]
public ulong UserId { get; set; }
Property Value
- ulong