Class JsonSpeaking
- Namespace
- NetCord.Gateway.Voice.JsonModels
- Assembly
- NetCord.dll
public class JsonSpeaking
- Inheritance
-
JsonSpeaking
- Inherited Members
Constructors
JsonSpeaking()
public JsonSpeaking()
Properties
Speaking
[JsonPropertyName("speaking")]
public SpeakingFlags Speaking { get; set; }
Property Value
Ssrc
[JsonPropertyName("ssrc")]
public uint Ssrc { get; set; }
Property Value
UserId
[JsonPropertyName("user_id")]
public ulong UserId { get; set; }