ChannelTopicChange

@Serializable
@SerialName(value = "topic")
data class ChannelTopicChange(val oldTopic: String? = null, val newTopic: String? = null) : AuditLogChange(source)

Constructors

Link copied to clipboard
constructor(oldTopic: String? = null, newTopic: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "new_value")
val newTopic: String? = null
Link copied to clipboard
@SerialName(value = "old_value")
val oldTopic: String? = null