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-arrayArray of DIDs that should be part of the conversationname-stringoptionalName of the conversationdescription-stringoptionalDescription of the conversationcontext-stringoptionalCan be used to group conversations
Returns
{
status: 200,
doc: "kjzl6cwe1...e4wvxhiqj",
result: "Success creating TileDocument."
}