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.
- Swift
- Objective C
Group class as a parameter that should contain the data that you wish to update.
After a successful update of the group, you will receive an instance of the
Group class containing update information of the group.