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