object AuditLogChange
- Source
- auditlog.scala
- Alphabetic
- By Inheritance
- AuditLogChange
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- case class $Add(oldValue: Option[Seq[PartialRole]], newValue: Option[Seq[PartialRole]]) extends AuditLogChange[Seq[PartialRole]] with Product with Serializable
Role added
- case class $Remove(oldValue: Option[Seq[PartialRole]], newValue: Option[Seq[PartialRole]]) extends AuditLogChange[Seq[PartialRole]] with Product with Serializable
Role removed
- case class AfkChannelId(oldValue: Option[NormalVoiceGuildChannelId], newValue: Option[NormalVoiceGuildChannelId]) extends AuditLogChange[NormalVoiceGuildChannelId] with Product with Serializable
AFK channelId changed
- case class AfkTimeout(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable
AFK timeout changed
- 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
- case class ApplicationId(oldValue: Option[data.ApplicationId], newValue: Option[data.ApplicationId]) extends AuditLogChange[data.ApplicationId] with Product with Serializable
ApplicationId of webhook or bot
- case class Archived(oldValue: Option[Boolean], newValue: Option[Boolean]) extends AuditLogChange[Boolean] with Product with Serializable
Thread is archived/unarchived
- case class Asset(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable
Empty string
- case class AutoArchiveDuration(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable
Auto archive duration changed
- case class Available(oldValue: Option[Boolean], newValue: Option[Boolean]) extends AuditLogChange[Boolean] with Product with Serializable
Availability of a sticker changed
- case class AvatarHash(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable
Avatar hash changed
- case class BannerHash(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable
Banner hash changed
- case class Bitrate(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable
Voice channel bitrate changed
- case class ChannelIdChanged(oldValue: Option[GuildChannelId], newValue: Option[GuildChannelId]) extends AuditLogChange[GuildChannelId] with Product with Serializable
Invite or guild scheduled event channelId changed
- case class Code(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable
Invite code changed
- case class Color(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable
Color of role changed
- case class Deaf(oldValue: Option[Boolean], newValue: Option[Boolean]) extends AuditLogChange[Boolean] with Product with Serializable
Deaf for user changed
- case class DefaultAutoArchiveDuration(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable
Default auto archive duration for new threads changed
- case class DefaultMessageNotification(oldValue: Option[NotificationLevel], newValue: Option[NotificationLevel]) extends AuditLogChange[NotificationLevel] with Product with Serializable
Default message notification level changed
- case class Deny(oldValue: Option[Permission], newValue: Option[Permission]) extends AuditLogChange[Permission] with Product with Serializable
Permission was denied for role on a channel
- case class Description(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable
Description changed
- case class DiscoverySplashHash(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable
Discovery splash hash changed
- case class EnableEmoticons(oldValue: Option[Boolean], newValue: Option[Boolean]) extends AuditLogChange[Boolean] with Product with Serializable
Integration emoticons enabled/disabled changed
- 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
- case class ExpireBehavior(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable
Integration expire behavior changed
- case class ExpireGracePeriod(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable
Integration grace period changed
- case class ExplicitContentFilter(oldValue: Option[FilterLevel], newValue: Option[FilterLevel]) extends AuditLogChange[FilterLevel] with Product with Serializable
Explicit content filter changed
- 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
- case class GuildIdChange(oldValue: Option[GuildId], newValue: Option[GuildId]) extends AuditLogChange[GuildId] with Product with Serializable
Guild sticker changed
- case class Hoist(oldValue: Option[Boolean], newValue: Option[Boolean]) extends AuditLogChange[Boolean] with Product with Serializable
Hoist of role changed
- case class IconHash(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable
Icon hash changed
- case class Id(oldValue: Option[RawSnowflake], newValue: Option[RawSnowflake]) extends AuditLogChange[RawSnowflake] with Product with Serializable
Id of changed object
- case class Invitable(oldValue: Option[Boolean], newValue: Option[Boolean]) extends AuditLogChange[Boolean] with Product with Serializable
If a thread is invitable.
- case class InviterId(oldValue: Option[UserId], newValue: Option[UserId]) extends AuditLogChange[UserId] with Product with Serializable
Inviter userId changed
- 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
- case class Locked(oldValue: Option[Boolean], newValue: Option[Boolean]) extends AuditLogChange[Boolean] with Product with Serializable
Thread is locked/unlocked
- case class MaxAge(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable
Max age of invite changed
- case class MaxUses(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable
Max uses of an invite changed
- case class Mentionable(oldValue: Option[Boolean], newValue: Option[Boolean]) extends AuditLogChange[Boolean] with Product with Serializable
Mentionable of role changed
- case class MfaLevel(oldValue: Option[MFALevel], newValue: Option[MFALevel]) extends AuditLogChange[MFALevel] with Product with Serializable
MFA level changed
- case class Mute(oldValue: Option[Boolean], newValue: Option[Boolean]) extends AuditLogChange[Boolean] with Product with Serializable
Mute for user changed
- case class NSFW(oldValue: Option[Boolean], newValue: Option[Boolean]) extends AuditLogChange[Boolean] with Product with Serializable
NSFW for channel changed
- case class Name(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable
Name changed
- case class Nick(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable
Nick for user changed
- case class OwnerId(oldValue: Option[UserId], newValue: Option[UserId]) extends AuditLogChange[UserId] with Product with Serializable
Owner id changed
- case class PartialRole(name: String, id: RoleId) extends Product with Serializable
- case class PermissionOverwrites(oldValue: Option[Seq[PermissionOverwrite]], newValue: Option[Seq[PermissionOverwrite]]) extends AuditLogChange[Seq[PermissionOverwrite]] with Product with Serializable
Permission overwrites for channel changed
- case class Permissions(oldValue: Option[Permission], newValue: Option[Permission]) extends AuditLogChange[Permission] with Product with Serializable
Permissions of role changed
- case class Position(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable
Channel position changed
- case class PreferredLocale(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable
Region changed
- case class PrivacyLevel(oldValue: Option[StageInstancePrivacyLevel], newValue: Option[StageInstancePrivacyLevel]) extends AuditLogChange[StageInstancePrivacyLevel] with Product with Serializable
Privacy level of a stage instance
- case class PruneDeleteDays(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable
Prune delete duration changed
- case class PublicUpdatesChannelId(oldValue: Option[TextGuildChannelId], newValue: Option[TextGuildChannelId]) extends AuditLogChange[TextGuildChannelId] with Product with Serializable
Public updates channel changed
- case class RateLimitPerUser(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable
Ratelimit changed
- case class Region(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable
Region changed
- case class RulesChannelId(oldValue: Option[TextGuildChannelId], newValue: Option[TextGuildChannelId]) extends AuditLogChange[TextGuildChannelId] with Product with Serializable
Rules channel changed
- case class SplashHash(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable
Splash hash changed
- case class Status(oldValue: Option[GuildScheduledEventStatus], newValue: Option[GuildScheduledEventStatus]) extends AuditLogChange[GuildScheduledEventStatus] with Product with Serializable
The status of an guild scheduled event changed
- case class SystemChannelId(oldValue: Option[TextGuildChannelId], newValue: Option[TextGuildChannelId]) extends AuditLogChange[TextGuildChannelId] with Product with Serializable
System channelId changed
- case class Tags(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable
Related emoji of a sticker changed
- case class Temporary(oldValue: Option[Boolean], newValue: Option[Boolean]) extends AuditLogChange[Boolean] with Product with Serializable
If invite is temporary changed
- case class Topic(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable
Channel or stage instance topic changed
- case class TypeInt(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable
Type of object changed
- case class TypeString(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable
Type of created object
- case class UnicodeEmoji(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable
Role unicode emoji changed
- case class UserLimit(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable
New user limit in a voice channel
- 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
- case class VanityUrlCode(oldValue: Option[String], newValue: Option[String]) extends AuditLogChange[String] with Product with Serializable
Guild invite vanity url changed
- case class VerificationLevel(oldValue: Option[data.VerificationLevel], newValue: Option[data.VerificationLevel]) extends AuditLogChange[data.VerificationLevel] with Product with Serializable
Required verification level changed
- case class WidgetChannelId(oldValue: Option[GuildChannelId], newValue: Option[GuildChannelId]) extends AuditLogChange[GuildChannelId] with Product with Serializable
Widget channelId changed
- case class WidgetEnabled(oldValue: Option[Int], newValue: Option[Int]) extends AuditLogChange[Int] with Product with Serializable
Widget enabled changed
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])