createGroup
⚠️
Groups have been deprecated in favor of Contexts. Check out createContext.
Create a new group.
How to use?
const res = await orbis.createGroup(options);Parameters
options- object that contains the details of the grouppfp-stringProfile picture for the groupname-stringName of the groupdescription-stringDescription of the group
Returns
{
status: 200,
doc: "kjzl6cwe1...e4wvxhiqj",
result: "Success creating TileDocument."
}