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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article