ChatRoomInfo

io.github.pidoveproject.showdown.protocol.server.query.ChatRoomInfo
case class ChatRoomInfo(title: String, description: String, userCount: Count, section: Option[String], subRooms: Option[List[String]], privacy: Option[String])

Informations on a chat room.

Value parameters

description

the description of the room

privacy

the privacy settings of the room if any

section

the section where the room belongs to

subRooms

the children of the room if any

title

the title of the room

userCount

the number of users in the room

Attributes

Source
ChatRoomInfo.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