AffinedClanSettingsSetMutedFromChannel

class AffinedClanSettingsSetMutedFromChannel : IncomingGameMessage

Clan ban messages are sent when a player with sufficient rank in the clan requests to mute another member within the clan.

Constructors

Link copied to clipboard
constructor(name: String, clanId: Int, memberIndex: Int, muted: Boolean)

Properties

Link copied to clipboard
open override val category: ClientProtCategory
Link copied to clipboard
val clanId: Int

the id of the clan, ranging from 0 to 3 (inclusive). Negative values are not supported for mutes - it is not possible to mute others while you are in a clan as a guest.

Link copied to clipboard

the index of the member in the clan who's being muted. Note that the index isn't the player's absolute index in the world, but rather the index within this clan.

Link copied to clipboard

whether to mute or unmute this player

Link copied to clipboard

the name of the player to mute

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