RoomID

@Serializable
data class RoomID(val value: String)

Identification of a Room.

Parameters

value

the id.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard