SetMemberMutedUpdate

Set member muted updates are used to mute or unmute members of this clan.

Constructors

Link copied to clipboard
constructor(index: Int, muted: Boolean)

Properties

Link copied to clipboard
val index: Int

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

Link copied to clipboard

whether to set the member muted or unmuted.

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