Search Results for

    Show / Hide Table of Contents

    Class GuildDownloadCompletedEventArgs

    Represents arguments for GuildDownloadCompleted event.

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

    Properties

    | Improve this Doc View Source

    Guilds

    Gets the dictionary of guilds that just finished downloading.

    Declaration
    public IReadOnlyDictionary<ulong, KuracordGuild> Guilds { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<UInt64, KuracordGuild>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 KSharpPlus Contributors