Update Friend Chat Channel Single User
class UpdateFriendChatChannelSingleUser(val user: UpdateFriendChatChannelSingleUser.FriendChatUser) : OutgoingGameMessage
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.
Types
Properties
Link copied to clipboard
the user entry being removed or added. Use AddedFriendChatUser and RemovedFriendChatUser respectively to perform different updates.