Search Results for

    Show / Hide Table of Contents

    Class UnknownEventArgs

    Represents arguments for UnknownEvent event.

    Inheritance
    Object
    KuracordEventArgs
    UnknownEventArgs
    Namespace: KSharpPlus.EventArgs
    Assembly: KSharpPlus.dll
    Syntax
    public class UnknownEventArgs : KuracordEventArgs

    Properties

    | Improve this Doc View Source

    EventName

    Gets the event's name.

    Declaration
    public string EventName { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Json

    Gets the event's data.

    Declaration
    public string Json { get; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 KSharpPlus Contributors