Class PayloadReceivedEventArgs
Represents a gateway payload.
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class PayloadReceivedEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceEventName
The name of this event.
Declaration
public string EventName { get; }
Property Value
Type | Description |
---|---|
System.String |
Json
The JSON from this payload event.
Declaration
public string Json { get; }
Property Value
Type | Description |
---|---|
System.String |