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