Readonly
threadThread ID of the ChatThreadClient
Adds the details of chat participants belonging to the thread identified by threadId.
Thread participants' details to add in the thread roster
Operation options.
Gets a chat message identified by messageId. Returns the specific message.
The message id of the message.
Operation options.
Gets a chat thread. Returns the chat thread.
Operation options.
Gets a list of message from a thread identified by threadId. Returns the list of the messages.
Get messages options.
Gets the participants of the thread identified by threadId. Returns the lists of the participants.
Operation options.
Gets a list of read receipt from a thread identified by threadId. Returns the list of the messages.
Get messages options.
Removes participant from the thread identified by threadId.
Thread participant to remove from the thread roster
Operation options.
Sends a chat message to a thread identified by threadId. Returns the id of the created message.
Request for sending a message.
Operation options.
Sends a read receipt to the thread identified by threadId.
Request for sending a read receipt
Operation options.
Sends a typing notification to the thread. Doesn't attempt to send if the time since last notification is smaller than the minimum typing interval
True if the typing message notification could be sent, otherwise false.
Operation options
Updates a message identified by threadId and messageId
The message id of the message.
Operation options.
Updates a thread's topic.
The topic needs to be updated to.
Operation options.
Generated using TypeDoc
The client to do chat operations