Packages

c

ackcord.data

AuditLog

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuditLog
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. val auditLogEntries: Seq[AuditLogEntry]
  2. val guildScheduledEvents: Seq[GuildScheduledEvent]
  3. val integrations: Seq[PartialIntegration]
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. val threads: Seq[RawChannel]
  6. val users: Seq[User]
  7. val webhooks: Seq[Webhook]