ChatRooms

io.github.pidoveproject.showdown.protocol.server.query.ChatRooms
See theChatRooms companion object
case class ChatRooms(rooms: List[ChatRoomInfo], sectionTitles: List[String], userCount: Count, battleCount: Count)

Informations about the available chat rooms.

Value parameters

battleCount

the number of currently-running battles

rooms

the list of available chat rooms

sectionTitles

the room sections

userCount

the number of connected users in a room

Attributes

Companion
object
Source
ChatRooms.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