FriendChatSetRank

class FriendChatSetRank : IncomingGameMessage

Friend chat set rank message is sent when the owner of a friend chat channel changes the rank of another player who is on their friendlist.

Constructors

Link copied to clipboard
constructor(name: String, rank: Int)

Properties

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

the name of the player whose rank to change

Link copied to clipboard
val rank: Int

the id of the new rank to set to that player

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