Table of Contents

Class SpeakingEventArgs

Namespace
NetCord.Gateway.Voice
Assembly
NetCord.dll
public class SpeakingEventArgs : IJsonModel<JsonSpeaking>
Inheritance
SpeakingEventArgs
Implements
Inherited Members

Constructors

SpeakingEventArgs(JsonSpeaking)

public SpeakingEventArgs(JsonSpeaking jsonModel)

Parameters

jsonModel JsonSpeaking

Properties

Speaking

public SpeakingFlags Speaking { get; }

Property Value

SpeakingFlags

Ssrc

public uint Ssrc { get; }

Property Value

uint

UserId

public ulong UserId { get; }

Property Value

ulong