UserInfo

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product