RemovedFriendChatUser

Removed friendchat user indicates that a player is leaving a friend chat channel.

Constructors

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

Properties

Link copied to clipboard
open override val name: String

the name of the player leaving this friend chat channel

Link copied to clipboard
open override val rank: Int
Link copied to clipboard
open override val worldId: Int

the id of the world in which the player resided. Note that the world id must match up or the user will not be removed.

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