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