ChannelPositionChange

@Serializable
@SerialName(value = "position")
data class ChannelPositionChange(val oldPosition: Int? = null, val newPosition: Int? = null) : AuditLogChange(source)

Constructors

Link copied to clipboard
constructor(oldPosition: Int? = null, newPosition: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "new_value")
val newPosition: Int? = null
Link copied to clipboard
@SerialName(value = "old_value")
val oldPosition: Int? = null