createConversation
Creates a new conversation with a set of recipients to whom messages will be sent.
How to use?
const res = await orbis.createConversation(options);Parameters
options- 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."
}