updateConversation
Updates an existing conversation.
How to use?
const res = await orbis.updateConversation(conversation_id, options);
Parameters
conversation_id
- (stream) ID of the conversation to updateoptions
- object which contains details of the conversationrecipients
-array
Array of DIDs that should be part of the conversationname
-string
optional
Name of the conversationdescription
-string
optional
Description of the conversationcontext
-string
optional
Can be used to group conversations
Returns
{
status: 200,
doc: "kjzl6cwe1...e4wvxhiqj",
result: "Success creating TileDocument."
}