case class AuditLog(auditLogEntries: Seq[AuditLogEntry], guildScheduledEvents: Seq[GuildScheduledEvent], integrations: Seq[PartialIntegration], threads: Seq[RawChannel], users: Seq[User], webhooks: Seq[Webhook]) extends Product with Serializable
Root audit log object. Received from ackcord.requests.GetGuildAuditLog
- auditLogEntries
The entries of the log
- guildScheduledEvents
The guild scheduled events found in the log
- integrations
The integrations found in the log
- threads
The threads found in the log
- users
The users found in the log
- webhooks
The webhooks found in the log
- Source
- auditlog.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AuditLog
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AuditLog(auditLogEntries: Seq[AuditLogEntry], guildScheduledEvents: Seq[GuildScheduledEvent], integrations: Seq[PartialIntegration], threads: Seq[RawChannel], users: Seq[User], webhooks: Seq[Webhook])
- auditLogEntries
The entries of the log
- guildScheduledEvents
The guild scheduled events found in the log
- integrations
The integrations found in the log
- threads
The threads found in the log
- users
The users found in the log
- webhooks
The webhooks found in the log
Value Members
- val auditLogEntries: Seq[AuditLogEntry]
- val guildScheduledEvents: Seq[GuildScheduledEvent]
- val integrations: Seq[PartialIntegration]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val threads: Seq[RawChannel]
- val users: Seq[User]
- val webhooks: Seq[Webhook]