DiscordAuditLog class

Constructors

DiscordAuditLog({required List<DiscordAuditLogEntry> auditLogEntries, required List<DiscordGuildScheduledEvent> guildScheduledEvents, required List<DiscordIntegration> integrations, required List<DiscordChannel> threads, required List<DiscordUser> users, required List<DiscordWebhook> webhooks})
DiscordAuditLog.fromJson(Map<String, dynamic> json)
factory

Properties

auditLogEntries List<DiscordAuditLogEntry>
list of audit log entries
final
guildScheduledEvents List<DiscordGuildScheduledEvent>
list of guild scheduled events found in the audit log
final
hashCode int
The hash code for this object.
no setterinherited
integrations List<DiscordIntegration>
list of partial integration objects
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threads List<DiscordChannel>
list of threads found in the audit log
final
users List<DiscordUser>
list of users found in the audit log
final
webhooks List<DiscordWebhook>
list of webhooks found in the audit log
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited