Table of Contents

Class RoleDeleteAuditLogData

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

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

public class RoleDeleteAuditLogData : IAuditLogData
Inheritance
RoleDeleteAuditLogData
Implements
Inherited Members

Properties

Properties

Gets the role information that was deleted.

public RoleEditInfo Properties { get; }

Property Value

RoleEditInfo

RoleId

Gets the ID of the role that was deleted.

public ulong RoleId { get; }

Property Value

ulong