UpdateUser

io.github.pidoveproject.showdown.protocol.server.GlobalMessage.UpdateUser
final case class UpdateUser(user: User, named: Boolean, avatar: AvatarName, settings: UserSettings)

An update about a user. Usually the one currently logged in.

Value parameters

avatar

the name of the avatar of this user

named

whether this user has a name or is guest

settings

various settings of the user

user

the updated user

Attributes

Source
GlobalMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product