Table of Contents

Class RoleUpdateAuditLogData

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

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

public class RoleUpdateAuditLogData : IAuditLogData
Inheritance
RoleUpdateAuditLogData
Implements
Inherited Members

Properties

After

Gets the role information after the changes.

public RoleEditInfo After { get; }

Property Value

RoleEditInfo

A role information object containing the role information after the changes were made.

Before

Gets the role information before the changes.

public RoleEditInfo Before { get; }

Property Value

RoleEditInfo

A role information object containing the role information before the changes were made.

RoleId

Gets the ID of the role that was changed.

public ulong RoleId { get; }

Property Value

ulong

A ulong representing the snowflake identifier of the role that was changed.