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