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