orbis.createGroup()
Will create a new Orbis group
.
How to use?
let res = await orbis.createGroup({
pfp: "https://...",
name: "Orbis Community"
});
Parameters
content
: JSON 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."
}
Next steps
Explore other parts of the API.