Users

io.github.pidoveproject.showdown.protocol.server.RoomMessage.Users
final case class Users(users: UserList)

The users in the room when joining.

Value parameters

users

the current list of users who joined the room

Attributes

Source
RoomMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product