Table of Contents

Class SocketRoleCreateAuditLogData

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

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

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

Properties

Properties

Gets the role information that was created.

public SocketRoleEditInfo Properties { get; }

Property Value

SocketRoleEditInfo

RoleId

Gets the ID of the role that was created.

public ulong RoleId { get; }

Property Value

ulong