ChannelRatLimitPerUserChange

@Serializable
@SerialName(value = "rate_limit_per_user")
data class ChannelRatLimitPerUserChange(val oldLimit: Int? = null, val newLimit: Int? = null) : AuditLogChange(source)

Constructors

Link copied to clipboard
constructor(oldLimit: Int? = null, newLimit: Int? = null)

Properties

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