Class RestAuditLogEntryData
public class RestAuditLogEntryData
- Inheritance
-
RestAuditLogEntryData
- Inherited Members
Constructors
RestAuditLogEntryData(JsonAuditLog, RestClient)
public RestAuditLogEntryData(JsonAuditLog jsonModel, RestClient client)
Parameters
jsonModel
JsonAuditLogclient
RestClient
Properties
ApplicationCommands
List of application commands referenced in the audit log.
public IReadOnlyDictionary<ulong, ApplicationCommand> ApplicationCommands { get; }
Property Value
AutoModerationRules
List of auto moderation rules referenced in the audit log.
public IReadOnlyDictionary<ulong, AutoModerationRule> AutoModerationRules { get; }
Property Value
GuildScheduledEvents
List of guild scheduled events referenced in the audit log.
public IReadOnlyDictionary<ulong, GuildScheduledEvent> GuildScheduledEvents { get; }
Property Value
Integrations
List of integration objects.
public IReadOnlyDictionary<ulong, Integration> Integrations { get; }
Property Value
Threads
List of threads referenced in the audit log
public IReadOnlyDictionary<ulong, GuildThread> Threads { get; }
Property Value
Users
List of users referenced in the audit log.
public IReadOnlyDictionary<ulong, User> Users { get; }
Property Value
Webhooks
List of webhooks referenced in the audit log.
public IReadOnlyDictionary<ulong, Webhook> Webhooks { get; }