Class JsonVoiceClientCache
- Namespace
- NetCord.Gateway.Voice.JsonModels
- Assembly
- NetCord.dll
public class JsonVoiceClientCache
- Inheritance
-
JsonVoiceClientCache
- Inherited Members
Constructors
JsonVoiceClientCache()
public JsonVoiceClientCache()
Properties
Ssrc
[JsonPropertyName("ssrc")]
public uint Ssrc { get; set; }
Property Value
Ssrcs
[JsonPropertyName("ssrcs")]
public ImmutableDictionary<ulong, uint> Ssrcs { get; set; }
Property Value
Users
[JsonPropertyName("users")]
public ImmutableDictionary<uint, ulong> Users { get; set; }