Search Results for

    Show / Hide Table of Contents

    Class ZombiedEventArgs

    Represents arguments for Zombied event.

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

    Properties

    | Improve this Doc View Source

    Failures

    Gets how many heartbeat failures have occured.

    Declaration
    public int Failures { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    GuildDownloadCompleted

    Gets whether the zombie event occured whilst guilds are downloading.

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