Skip to main content

Class RoleCreateAuditLogData

Contains a piece of audit log data related to a role creation.

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

Properties​

RoleId​

Gets the ID of the role that was created.

View Source​
Declaration
public ulong RoleId { get; }

Properties​

Gets the role information that was created.

View Source​
Declaration
public RoleEditInfo Properties { get; }

Implements​