Update Friend Chat Channel Full V1
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.
Types
Link copied to clipboard
class JoinUpdate(val channelOwner: String, val channelNameBase37: Long, _kickRank: Byte, val entries: List<UpdateFriendChatChannelFull.FriendChatEntry>) : UpdateFriendChatChannelFull, UpdateFriendChatChannelFullV1.UpdateType
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