AddMemberV1Update

class AddMemberV1Update(val hash: Long, val name: String?) : ClanSettingsDelta.Update

Older add-member update for clans.

Constructors

Link copied to clipboard
constructor(name: String)

A secondary constructor for when the clan does not support hashes.

constructor(hash: Long, name: String?)

Properties

Link copied to clipboard
val hash: Long

the hash of the member, or 0 if this clan does not use hashes.

Link copied to clipboard
val name: String?

the name of the member.

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