Invite

io.github.pidoveproject.showdown.protocol.client.BattleRoomCommand.Invite
final case class Invite(user: Option[Username], roomName: Option[RoomId])

Invite the given user to the given room.

Value parameters

room

the room to invite to, or the current room of the current user if absent

user

the user to invite or all PMed player if absent

Attributes

Source
BattleRoomCommand.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product