Class DiscordAuditLogRoleUpdateEntry
Represents a audit log role update entry.
Inherited Members
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public sealed class DiscordAuditLogRoleUpdateEntry : DiscordAuditLogEntry
Properties
| Improve this Doc View SourceColorChange
Gets the description of role's color change.
Declaration
public PropertyChange<int?> ColorChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.Nullable<System.Int32>> |
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>> |
IconHashChange
Declaration
public PropertyChange<string> IconHashChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.String> |
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>> |
NameChange
Gets the description of role's name change.
Declaration
public PropertyChange<string> NameChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.String> |
PermissionChange
Gets the description of role's permission set change.
Declaration
public PropertyChange<Permissions?> PermissionChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.Nullable<Permissions>> |
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>> |
Target
Gets the affected role.
Declaration
public DiscordRole Target { get; }
Property Value
Type | Description |
---|---|
DiscordRole |