Search Results for

    Show / Hide Table of Contents

    Class GuildUpdateEventArgs

    Represents arguments for GuildUpdated event.

    Inheritance
    System.Object
    System.EventArgs
    AsyncEventArgs
    DiscordEventArgs
    GuildUpdateEventArgs
    Inherited Members
    DiscordEventArgs.ServiceProvider
    AsyncEventArgs.Handled
    Namespace: DisCatSharp.EventArgs
    Assembly: DisCatSharp.dll
    Syntax
    public class GuildUpdateEventArgs : DiscordEventArgs

    Properties

    | Improve this Doc View Source

    GuildAfter

    Gets the guild after it was updated.

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

    GuildBefore

    Gets the guild before it was updated.

    Declaration
    public DiscordGuild GuildBefore { get; }
    Property Value
    Type Description
    DiscordGuild

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems