case class AfkChannelId(oldValue: Option[NormalVoiceGuildChannelId], newValue: Option[NormalVoiceGuildChannelId]) extends AuditLogChange[NormalVoiceGuildChannelId] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- AfkChannelId
- Serializable
- Product
- Equals
- AuditLogChange
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AfkChannelId(oldValue: Option[NormalVoiceGuildChannelId], newValue: Option[NormalVoiceGuildChannelId])
Value Members
- def newChannel(implicit c: CacheSnapshot): Option[NormalVoiceGuildChannel]
- val newValue: Option[NormalVoiceGuildChannelId]
The new value
The new value
- Definition Classes
- AfkChannelId → AuditLogChange
- def oldChannel(implicit c: CacheSnapshot): Option[NormalVoiceGuildChannel]
- val oldValue: Option[NormalVoiceGuildChannelId]
The old value
The old value
- Definition Classes
- AfkChannelId → AuditLogChange
- def productElementNames: Iterator[String]
- Definition Classes
- Product