Object/Trait

ackcord.data

AuditLogChange

Related Docs: trait AuditLogChange | package data

Permalink

object AuditLogChange

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuditLogChange
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class $Add(oldValue: Option[Seq[RawRole]], newValue: Option[Seq[RawRole]]) extends AuditLogChange[Seq[RawRole]] with Product with Serializable

    Permalink

    Role added

  2. case class $Remove(oldValue: Option[Seq[RawRole]], newValue: Option[Seq[RawRole]]) extends AuditLogChange[Seq[RawRole]] with Product with Serializable

    Permalink

    Role removed

  3. case class AfkChannelId(oldValue: Option[ChannelId], newValue: Option[ChannelId]) extends AuditLogChange[ChannelId] with Product with Serializable

    Permalink

    AFK channelId changed

  4. case class AfkTimeout(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable

    Permalink

    AFK timeout changed

  5. case class Allow(oldValue: Option[Permission], newValue: Option[Permission]) extends AuditLogChange[Permission] with Product with Serializable

    Permalink

    Permission was allowed for a role on a channel

  6. case class ApplicationId(oldValue: Option[RawSnowflake], newValue: Option[RawSnowflake]) extends AuditLogChange[RawSnowflake] with Product with Serializable

    Permalink

    ApplicationId of webhook or bot

  7. case class AvatarHash(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable

    Permalink

    Avatar hash changed

  8. case class Bitrate(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable

    Permalink

    Voice channel bitrate changed

  9. case class Code(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable

    Permalink

    Invite code changed

  10. case class Color(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable

    Permalink

    Color of role changed

  11. case class Deaf(oldValue: Option[Boolean], newValue: Option[Boolean]) extends AuditLogChange[Boolean] with Product with Serializable

    Permalink

    Deaf for user changed

  12. case class DefaultMessageNotification(oldValue: Option[NotificationLevel], newValue: Option[NotificationLevel]) extends AuditLogChange[NotificationLevel] with Product with Serializable

    Permalink

    Default message notification level changed

  13. case class Deny(oldValue: Option[Permission], newValue: Option[Permission]) extends AuditLogChange[Permission] with Product with Serializable

    Permalink

    Permission was denied for role on a channel

  14. case class ExplicitContentFilter(oldValue: Option[FilterLevel], newValue: Option[FilterLevel]) extends AuditLogChange[FilterLevel] with Product with Serializable

    Permalink

    Explicit content filter changed

  15. case class Hoist(oldValue: Option[Boolean], newValue: Option[Boolean]) extends AuditLogChange[Boolean] with Product with Serializable

    Permalink

    Hoist of role changed

  16. case class IconHash(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable

    Permalink

    Icon hash changed

  17. case class Id(oldValue: Option[RawSnowflake], newValue: Option[RawSnowflake]) extends AuditLogChange[RawSnowflake] with Product with Serializable

    Permalink

    Id of changed object

  18. case class InviteChannelId(oldValue: Option[ChannelId], newValue: Option[ChannelId]) extends AuditLogChange[ChannelId] with Product with Serializable

    Permalink

    Invite channelId changed

  19. case class InviterId(oldValue: Option[UserId], newValue: Option[UserId]) extends AuditLogChange[UserId] with Product with Serializable

    Permalink

    Inviter userId changed

  20. case class MaxAge(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable

    Permalink

    Max age of invite changed

  21. case class MaxUses(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable

    Permalink

    Max uses of an invite changed

  22. case class Mentionable(oldValue: Option[Boolean], newValue: Option[Boolean]) extends AuditLogChange[Boolean] with Product with Serializable

    Permalink

    Mentionable of role changed

  23. case class MfaLevel(oldValue: Option[MFALevel], newValue: Option[MFALevel]) extends AuditLogChange[MFALevel] with Product with Serializable

    Permalink

    MFA level changed

  24. case class Mute(oldValue: Option[Boolean], newValue: Option[Boolean]) extends AuditLogChange[Boolean] with Product with Serializable

    Permalink

    Mute for user changed

  25. case class NSFW(oldValue: Option[Boolean], newValue: Option[Boolean]) extends AuditLogChange[Boolean] with Product with Serializable

    Permalink

    NSFW for channel changed

  26. case class Name(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable

    Permalink

    Name changed

  27. case class Nick(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable

    Permalink

    Nick for user changed

  28. case class OwnerId(oldValue: Option[UserId], newValue: Option[UserId]) extends AuditLogChange[UserId] with Product with Serializable

    Permalink

    Owner id changed

  29. case class PermissionOverwrites(oldValue: Option[Seq[PermissionOverwrite]], newValue: Option[Seq[PermissionOverwrite]]) extends AuditLogChange[Seq[PermissionOverwrite]] with Product with Serializable

    Permalink

    Permission overwrites for channel changed

  30. case class Permissions(oldValue: Option[Permission], newValue: Option[Permission]) extends AuditLogChange[Permission] with Product with Serializable

    Permalink

    Permissions of role changed

  31. case class Position(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable

    Permalink

    Channel position changed

  32. case class PruneDeleteDays(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable

    Permalink

    Prune delete duration changed

  33. case class Region(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable

    Permalink

    Region changed

  34. case class SplashHash(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable

    Permalink

    Splash hash changed

  35. case class Temporary(oldValue: Option[Boolean], newValue: Option[Boolean]) extends AuditLogChange[Boolean] with Product with Serializable

    Permalink

    If invite is temporary changed

  36. case class Topic(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable

    Permalink

    Channel topic changed

  37. case class TypeInt(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable

    Permalink

    Type of object changed

  38. case class TypeString(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable

    Permalink

    Type of created object

  39. case class Uses(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable

    Permalink

    Amount of times an invite has been used changed

  40. case class VanityUrlCode(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable

    Permalink

    Guild invite vanity url changed

  41. case class VerificationLevel(oldValue: Option[data.VerificationLevel], newValue: Option[data.VerificationLevel]) extends AuditLogChange[data.VerificationLevel] with Product with Serializable

    Permalink

    Required verification level changed

  42. case class WidgetChannelId(oldValue: Option[ChannelId], newValue: Option[ChannelId]) extends AuditLogChange[ChannelId] with Product with Serializable

    Permalink

    Widget channelId changed

  43. case class WidgetEnabled(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable

    Permalink

    Widget enabled changed

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped