SetMemberRankUpdate

Set member rank update is used to modify a given clan member's privileges within the clan.

Constructors

Link copied to clipboard
constructor(index: Int, rank: Int)

Properties

Link copied to clipboard
val index: Int

the index of this member within the clan's member list.

Link copied to clipboard
val rank: Int

the new rank to assign to that 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