io.github.pidoveproject.showdown.protocol.server.query.UserInfo
See theUserInfo companion object
case class UserInfo(id: String, userId: String, name: String, avatar: AvatarName, group: String, autoConfirmed: Boolean, rooms: Map[String, Map[String, String]])
Details about a user.
Value parameters
- autoConfirmed
-
true if this user has been authenticated automatically
- avatar
-
the user's avatar
- group
-
the user's group/role
- id
-
the user's id
- name
-
the user's name
- rooms
-
the list of sub-rooms
- userId
-
the user's user id (usually the id, lower-cased and without spaces and special chars)
Attributes
- Companion
- object
- Source
- UserInfo.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article