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
-string
Profile picture for the groupname
-string
Name of the groupdescription
-string
Description of the group
Returns
{
status: 200,
doc: "kjzl6cwe1...e4wvxhiqj",
result: "Success creating TileDocument."
}