Search Results for

    Show / Hide Table of Contents

    Class GuildMemberUpdateEventArgs

    Represents arguments for GuildMemberUpdated event.

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

    Properties

    | Improve this Doc View Source

    AvatarHashAfter

    Declaration
    public virtual string AvatarHashAfter { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    AvatarHashBefore

    Declaration
    public virtual string AvatarHashBefore { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    AvatarUrlAfter

    Declaration
    public string AvatarUrlAfter { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    AvatarUrlBefore

    Declaration
    public string AvatarUrlBefore { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Guild

    Gets the guild in which the update occurred.

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

    GuildAvatarHashAfter

    Declaration
    public virtual string GuildAvatarHashAfter { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    GuildAvatarHashBefore

    Declaration
    public virtual string GuildAvatarHashBefore { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    GuildAvatarUrlAfter

    Declaration
    public string GuildAvatarUrlAfter { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    GuildAvatarUrlBefore

    Declaration
    public string GuildAvatarUrlBefore { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Member

    Gets the member that was updated.

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

    NicknameAfter

    Gets the member's new nickname.

    Declaration
    public string NicknameAfter { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NicknameBefore

    Gets the member's old nickname.

    Declaration
    public string NicknameBefore { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PendingAfter

    Gets whether the member had passed membership screening after the update.

    Declaration
    public bool? PendingAfter { get; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    PendingBefore

    Gets whether the member had passed membership screening before the update.

    Declaration
    public bool? PendingBefore { get; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    RolesAfter

    Gets a collection containing post-update roles.

    Declaration
    public IReadOnlyList<DiscordRole> RolesAfter { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<DiscordRole>
    | Improve this Doc View Source

    RolesBefore

    Gets a collection containing pre-update roles.

    Declaration
    public IReadOnlyList<DiscordRole> RolesBefore { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<DiscordRole>
    | Improve this Doc View Source

    TimeoutAfter

    Gets whether the member is timed out after the update.

    Declaration
    public DateTimeOffset? TimeoutAfter { get; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>
    | Improve this Doc View Source

    TimeoutBefore

    Gets whether the member is timed out before the update.

    Declaration
    public DateTimeOffset? TimeoutBefore { get; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    Extension Methods

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