new Group(Client, RootConversationID)
Create a group object
Parameters:
Name | Type | Description |
---|---|---|
Client |
Client | Parent Client |
RootConversationID |
string | Group Id |
- Source:
Methods
leave() → {Promise.<void>}
Leave the group
- Source:
Returns:
- Type
- Promise.<void>
sync(callback) → {void}
N/A
Parameters:
Name | Type | Description |
---|---|---|
callback |
function | Callback to callback |
- Source:
Returns:
- Type
- void
syncRaw(data) → {void}
N/A
Parameters:
Name | Type | Description |
---|---|---|
data |
string | data |
- Source:
Returns:
- Type
- void