Class RoleDeleteAuditLogData
Contains a piece of audit log data relating to a role deletion.
Inheritance
System.Object
RoleDeleteAuditLogData
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Discord.Rest
Assembly: Discord.Net.Rest.dll
Syntax
public class RoleDeleteAuditLogData : IAuditLogData
Properties
| Improve this Doc View SourceProperties
Gets the role information that was deleted.
Declaration
public RoleEditInfo Properties { get; }
Property Value
| Type | Description |
|---|---|
| RoleEditInfo |
RoleId
Gets the ID of the role that was deleted.
Declaration
public ulong RoleId { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt64 |