Update Group
In other words, as a group owner, how can I update the group details? You can update the existing details of the group using theupdateGroup() method.
- JavaScript
- TypeScript
Group class as a parameter which should contain the data that you wish to update.
| Parameter | Description |
|---|---|
group | an instance of class Group |
Group class containing update information of the group.
There is no real-time event listener available to receive updated group details when the
updateGroup() method is called. To get the latest group information, you need to fetch the group details again using the appropriate method.Group class, please check here