Class Room

Constructors

Properties

Methods

Constructors

Properties

client: Client
id: number
name: string

Methods

  • send - Send a message to the room.

    Parameters

    • message: string

      The content of the message.

    Returns Promise<Message>