UpdateFriendChatChannelSingleUser

Update friendchat singleuser is used to perform a change to a friend chat for a single user, whether that be adding the user to the friend chat, or removing them.

Constructors

Types

Link copied to clipboard

Added friendchat user indicates a single player that is being added to the given friend chat channel.

Link copied to clipboard
sealed interface FriendChatUser
Link copied to clipboard

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

Properties

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

the user entry being removed or added. Use AddedFriendChatUser and RemovedFriendChatUser respectively to perform different updates.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun estimateSize(): Int
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String