Search Results for

    Show / Hide Table of Contents

    Class DiscordAuditLogMemberUpdateEntry

    Represents a audit log member update entry.

    Inheritance
    System.Object
    SnowflakeObject
    DiscordAuditLogEntry
    DiscordAuditLogMemberUpdateEntry
    Inherited Members
    DiscordAuditLogEntry.ActionType
    DiscordAuditLogEntry.UserResponsible
    DiscordAuditLogEntry.Reason
    DiscordAuditLogEntry.ActionCategory
    SnowflakeObject.Id
    SnowflakeObject.CreationTimestamp
    Namespace: DisCatSharp.Entities
    Assembly: DisCatSharp.dll
    Syntax
    public sealed class DiscordAuditLogMemberUpdateEntry : DiscordAuditLogEntry

    Properties

    | Improve this Doc View Source

    AddedRoles

    Gets the roles that were added to the member.

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

    CommunicationDisabledUntilChange

    Get's the timeout change.

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

    DeafenChange

    Gets the description of member's deaf status change.

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

    MuteChange

    Gets the description of member's mute status change.

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

    NicknameChange

    Gets the description of member's nickname change.

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

    RemovedRoles

    Gets the roles that were removed from the member.

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

    Target

    Gets the affected member.

    Declaration
    public DiscordMember Target { 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