AI Integration Quick Reference
AI Integration Quick Reference
Update Group
UseupdateGroup() to modify group details. Pass a Group object with the updated values.
- Swift
- Objective C
| Parameter | Description |
|---|---|
group | An instance of Group class with updated values |
Group object with the updated details.
Real-time Events
When a group is updated, all members receive theonGroupUpdated event via CometChatGroupDelegate:
- Swift
Next Steps
Delete Group
Permanently delete a group
Retrieve Groups
Fetch and filter groups with pagination