Class: Message

Constructor

Message

new Message(type, senderId, data)

Parameter

type

string

The message type. It is always "message".

senderId

string

The sender ID.

data

any type

The message payload.

Value must not be null.

Properties

data

constant

non-null any type

The message payload.

senderId

constant

string

The sender ID.

type

The message type. It is always "message".