Search Results for

    Show / Hide Table of Contents

    Class DiscordAuditLogRoleUpdateEntry

    Represents a audit log role update entry.

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

    Properties

    | Improve this Doc View Source

    ColorChange

    Gets the description of role's color change.

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

    HoistChange

    Gets the description of the role's hoist status change.

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

    IconHashChange

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

    MentionableChange

    Gets the description of the role's mentionability change.

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

    NameChange

    Gets the description of role's name change.

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

    PermissionChange

    Gets the description of role's permission set change.

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

    PositionChange

    Gets the description of the role's position change.

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

    Target

    Gets the affected role.

    Declaration
    public DiscordRole Target { get; }
    Property Value
    Type Description
    DiscordRole

    Extension Methods

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