ResponseContent

io.github.pidoveproject.showdown.protocol.server.query.ResponseContent

The content of a query response.

Attributes

Source
ResponseContent.scala
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

final case class BattleRoomList(rooms: BattleRooms)

The list of battle rooms.

The list of battle rooms.

Attributes

Source
ResponseContent.scala
final case class ChatRoomList(rooms: ChatRooms)

The list of chat rooms.

The list of chat rooms.

Attributes

Source
ResponseContent.scala
final case class UserDetails(details: UserInfo)

The details of a user.

The details of a user.

Attributes

Source
ResponseContent.scala