UpdateFriendChatChannelFullV1

class UpdateFriendChatChannelFullV1(val updateType: UpdateFriendChatChannelFullV1.UpdateType) : OutgoingGameMessage

Update friendchat channel full V1 is used to send full channel updates where the list of entries has a size of 255 or less, as that is the maximum theoretical limitation.

Constructors

Link copied to clipboard

Types

Link copied to clipboard

Join updates are used to enter a friendchat channel.

Link copied to clipboard

Leave updates are used to leave a friendchat channel.

Link copied to clipboard
sealed interface UpdateType

Properties

Link copied to clipboard
open override val category: ServerProtCategory

Functions

Link copied to clipboard
open override fun estimateSize(): Int
Link copied to clipboard
open override fun toString(): String