Table of Contents

Class SocketRoleDeleteAuditLogData

Namespace
Discord.WebSocket
Assembly
Discord.Net.WebSocket.dll

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

public class SocketRoleDeleteAuditLogData : ISocketAuditLogData, IAuditLogData
Inheritance
SocketRoleDeleteAuditLogData
Implements
Inherited Members

Properties

Properties

Gets the role information that was deleted.

public SocketRoleEditInfo Properties { get; }

Property Value

SocketRoleEditInfo

RoleId

Gets the ID of the role that was deleted.

public ulong RoleId { get; }

Property Value

ulong