Class RoleUpdateAuditLogData
Contains a piece of audit log data related to a role update.
Implements
Namespace: Discord.Rest
Assembly: Discord.Net.Rest.dll
Syntax
public class RoleUpdateAuditLogData : object, IAuditLogData
Properties
| Improve this Doc View SourceAfter
Gets the role information after the changes.
Declaration
public RoleEditInfo After { get; }
Property Value
Type | Description |
---|---|
RoleEditInfo | A role information object containing the role information after the changes were made. |
Before
Gets the role information before the changes.
Declaration
public RoleEditInfo Before { get; }
Property Value
Type | Description |
---|---|
RoleEditInfo | A role information object containing the role information before the changes were made. |
RoleId
Gets the ID of the role that was changed.
Declaration
public ulong RoleId { get; }
Property Value
Type | Description |
---|---|
UInt64 | A |