In other words, as a group owner, how can I update the group details? You can update the existing details of the group using theDocumentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-android-v6-beta2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
updateGroup() method.
- Dart
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 updated information of the group.
For more information on the Group class, please check here