Table of Contents

Class RestAuditLogEntryData

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class RestAuditLogEntryData
Inheritance
RestAuditLogEntryData
Inherited Members

Constructors

RestAuditLogEntryData(JsonAuditLog, RestClient)

public RestAuditLogEntryData(JsonAuditLog jsonModel, RestClient client)

Parameters

jsonModel JsonAuditLog
client RestClient

Properties

ApplicationCommands

List of application commands referenced in the audit log.

public IReadOnlyDictionary<ulong, ApplicationCommand> ApplicationCommands { get; }

Property Value

IReadOnlyDictionary<ulong, ApplicationCommand>

AutoModerationRules

List of auto moderation rules referenced in the audit log.

public IReadOnlyDictionary<ulong, AutoModerationRule> AutoModerationRules { get; }

Property Value

IReadOnlyDictionary<ulong, AutoModerationRule>

GuildScheduledEvents

List of guild scheduled events referenced in the audit log.

public IReadOnlyDictionary<ulong, GuildScheduledEvent> GuildScheduledEvents { get; }

Property Value

IReadOnlyDictionary<ulong, GuildScheduledEvent>

Integrations

List of integration objects.

public IReadOnlyDictionary<ulong, Integration> Integrations { get; }

Property Value

IReadOnlyDictionary<ulong, Integration>

Threads

List of threads referenced in the audit log

public IReadOnlyDictionary<ulong, GuildThread> Threads { get; }

Property Value

IReadOnlyDictionary<ulong, GuildThread>

Users

List of users referenced in the audit log.

public IReadOnlyDictionary<ulong, User> Users { get; }

Property Value

IReadOnlyDictionary<ulong, User>

Webhooks

List of webhooks referenced in the audit log.

public IReadOnlyDictionary<ulong, Webhook> Webhooks { get; }

Property Value

IReadOnlyDictionary<ulong, Webhook>