Class UnknownEventArgs
Represents arguments for UnknownEvent event.
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class UnknownEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceEventName
Gets the event's name.
Declaration
public string EventName { get; }
Property Value
Type | Description |
---|---|
System.String |
Json
Gets the event's data.
Declaration
public string Json { get; }
Property Value
Type | Description |
---|---|
System.String |