Search Results for

    Show / Hide Table of Contents

    Class GuildUpdateEventArgs

    Represents arguments for GuildUpdated event.

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

    Properties

    | Improve this Doc View Source

    GuildAfter

    Gets the guild after it was updated.

    Declaration
    public KuracordGuild GuildAfter { get; }
    Property Value
    Type Description
    KuracordGuild
    | Improve this Doc View Source

    GuildBefore

    Gets the guild before it was updated.

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