Search Results for

    Show / Hide Table of Contents

    Class GuildBanAddEventArgs

    Represents arguments for GuildBanAdded event.

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

    Properties

    | Improve this Doc View Source

    Guild

    Gets the guild this member was banned in.

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

    Member

    Gets the member that was banned.

    Declaration
    public DiscordMember Member { get; }
    Property Value
    Type Description
    DiscordMember

    Extension Methods

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