ChatRoomList

io.github.pidoveproject.showdown.protocol.server.query.ResponseContent.ChatRoomList
final case class ChatRoomList(rooms: ChatRooms)

The list of chat rooms.

Attributes

Source
ResponseContent.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product