Preparing search index...
The search index is not available
blacket-sdk
blacket-sdk
Room
Class Room
Index
Constructors
constructor
Properties
client
id
name
Methods
send
Constructors
constructor
new
Room
(
id
,
name
,
client
)
:
Room
Parameters
id
:
number
name
:
string
client
:
Client
Returns
Room
Properties
Readonly
client
client
:
Client
Readonly
id
id
:
number
Readonly
name
name
:
string
Methods
send
send
(
message
)
:
Promise
<
Message
>
send - Send a message to the room.
Parameters
message
:
string
The content of the message.
Returns
Promise
<
Message
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
client
id
name
Methods
send
blacket-sdk
Loading...
send - Send a message to the room.