Skip to main content

Class RoleDeleteAuditLogData

Contains a piece of audit log data relating to a role deletion.

Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class RoleDeleteAuditLogData : IAuditLogData

Properties​

RoleId​

Gets the ID of the role that was deleted.

View Source​
Declaration
public ulong RoleId { get; }

Properties​

Gets the role information that was deleted.

View Source​
Declaration
public RoleEditInfo Properties { get; }

Implements​