UpdateFriendChatChannelFullV2

Update friendchat channel full V2 is used to send full channel updates where the list of entries has a size of more than 255. It can also support sizes below that, but for sizes in range of 128..255, it is more efficient by 1 byte to use V1 of this packet.

Constructors

Link copied to clipboard
constructor(channelOwner: String, channelName: String, kickRank: Int, entries: List<UpdateFriendChatChannelFull.FriendChatEntry>)

Properties

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

the name of the friend chat channel. This name must be compatible with base-37 encoding, meaning it cannot have special symbols, and it must be 12 characters of less.

Link copied to clipboard
Link copied to clipboard
open override val channelOwner: String

the name of the player who owns this channel

Link copied to clipboard

the list of friend chat entries to be added.

Link copied to clipboard
open override val kickRank: Int

the minimum rank id to kick another player from the friend chat.

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