Table of Contents

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

SpeakingFlags

Ssrc

[JsonPropertyName("ssrc")]
public uint Ssrc { get; set; }

Property Value

uint

UserId

[JsonPropertyName("user_id")]
public ulong UserId { get; set; }

Property Value

ulong