Packages

object AuditLogChange

Source
auditlog.scala
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. Protected

Type Members

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

    Role added

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

    Role removed

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

    AFK channelId changed

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

    AFK timeout changed

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

    Permission was allowed for a role on a channel

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

    ApplicationId of webhook or bot

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

    Thread is archived/unarchived

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

    Empty string

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

    Auto archive duration changed

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

    Availability of a sticker changed

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

    Avatar hash changed

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

    Banner hash changed

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

    Voice channel bitrate changed

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

    Invite or guild scheduled event channelId changed

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

    Invite code changed

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

    Color of role changed

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

    Deaf for user changed

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

    Default auto archive duration for new threads changed

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

    Default message notification level changed

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

    Permission was denied for role on a channel

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

    Description changed

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

    Discovery splash hash changed

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

    Integration emoticons enabled/disabled changed

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

    The entity type of a guild scheduled event changed

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

    Integration expire behavior changed

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

    Integration grace period changed

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

    Explicit content filter changed

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

    Format type of a sticker changed

  29. case class GuildIdChange(oldValue: Option[GuildId], newValue: Option[GuildId]) extends AuditLogChange[GuildId] with Product with Serializable

    Guild sticker changed

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

    Hoist of role changed

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

    Icon hash changed

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

    Id of changed object

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

    If a thread is invitable.

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

    Inviter userId changed

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

    Change in the location of a guild scheduled event

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

    Thread is locked/unlocked

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

    Max age of invite changed

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

    Max uses of an invite changed

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

    Mentionable of role changed

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

    MFA level changed

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

    Mute for user changed

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

    NSFW for channel changed

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

    Name changed

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

    Nick for user changed

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

    Owner id changed

  46. case class PartialRole(name: String, id: RoleId) extends Product with Serializable
  47. case class PermissionOverwrites(oldValue: Option[Seq[PermissionOverwrite]], newValue: Option[Seq[PermissionOverwrite]]) extends AuditLogChange[Seq[PermissionOverwrite]] with Product with Serializable

    Permission overwrites for channel changed

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

    Permissions of role changed

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

    Channel position changed

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

    Region changed

  51. case class PrivacyLevel(oldValue: Option[StageInstancePrivacyLevel], newValue: Option[StageInstancePrivacyLevel]) extends AuditLogChange[StageInstancePrivacyLevel] with Product with Serializable

    Privacy level of a stage instance

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

    Prune delete duration changed

  53. case class PublicUpdatesChannelId(oldValue: Option[TextGuildChannelId], newValue: Option[TextGuildChannelId]) extends AuditLogChange[TextGuildChannelId] with Product with Serializable

    Public updates channel changed

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

    Ratelimit changed

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

    Region changed

  56. case class RulesChannelId(oldValue: Option[TextGuildChannelId], newValue: Option[TextGuildChannelId]) extends AuditLogChange[TextGuildChannelId] with Product with Serializable

    Rules channel changed

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

    Splash hash changed

  58. case class Status(oldValue: Option[GuildScheduledEventStatus], newValue: Option[GuildScheduledEventStatus]) extends AuditLogChange[GuildScheduledEventStatus] with Product with Serializable

    The status of an guild scheduled event changed

  59. case class SystemChannelId(oldValue: Option[TextGuildChannelId], newValue: Option[TextGuildChannelId]) extends AuditLogChange[TextGuildChannelId] with Product with Serializable

    System channelId changed

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

    Related emoji of a sticker changed

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

    If invite is temporary changed

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

    Channel or stage instance topic changed

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

    Type of object changed

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

    Type of created object

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

    Role unicode emoji changed

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

    New user limit in a voice channel

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

    Amount of times an invite has been used changed

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

    Guild invite vanity url changed

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

    Required verification level changed

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

    Widget channelId changed

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

    Widget enabled changed

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped