Skip to main content
Update a group’s name, icon, description, or metadata. The GUID and group type cannot be changed after creation. See the Group Class reference for all editable fields.

Update Group

Use updateGroup() to modify group details. Pass a Group object with the updated values.
On success, returns a Group object with the updated details.

Real-time Events

When a group is updated, all members receive the onGroupUpdated event via CometChatGroupDelegate:

Next Steps

Delete Group

Permanently delete a group

Retrieve Groups

Fetch and filter groups with pagination