SetLongSettingUpdate

class SetLongSettingUpdate(val setting: Int, val value: Long) : ClanSettingsDelta.Update

Long setting updates are used to modify the value of a long-based setting of this clan.

Constructors

Link copied to clipboard
constructor(setting: Int, value: Long)

Properties

Link copied to clipboard

the id of the setting to modify, a 30-bit integer.

Link copied to clipboard
val value: Long

the 64-bit long value to assign to that setting.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String