SDK Reference
Methods
Deprecated
CreateGroup

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 group
    • pfp - string Profile picture for the group
    • name - string Name of the group
    • description - string Description of the group

Returns

{
  status: 200,
  doc: "kjzl6cwe1...e4wvxhiqj",
  result: "Success creating TileDocument."
}