Table of Contents

Class RoleCreateAuditLogData

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

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

public class RoleCreateAuditLogData : IAuditLogData
Inheritance
RoleCreateAuditLogData
Implements
Inherited Members

Properties

Properties

Gets the role information that was created.

public RoleEditInfo Properties { get; }

Property Value

RoleEditInfo

RoleId

Gets the ID of the role that was created.

public ulong RoleId { get; }

Property Value

ulong