Extends
Members
(readonly) client :Client
- Source:
- Inherited From:
The Client that this instance belongs to.
Type:
(readonly) id :string
- Source:
- Inherited From:
The ID of the conversation.
Type:
- string
(readonly) type :string
- Source:
The type of the conversation.
Returns user
.
Type:
- string
Methods
(async) resetSession() → {Promise.<undefined>}
- Source:
Reset the session keys for the conversation. This method should rarely need to be used.
Returns:
- Type
- Promise.<undefined>
(async) sendMessage(content, attachmentsopt) → {Promise.<number>}
- Source:
Send a message to the conversation.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
content |
string | The text content to send. |
|
attachments |
Array.<string> |
<optional> |
An array of file paths of attachments to send. |
Returns:
timestamp - The timestamp of the sent message.
- Type
- Promise.<number>