Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-react-js-campaigns-notification-feed.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
AI Integration Quick Reference
AI Integration Quick Reference
Update Group
UseupdateGroup() to modify group details. Pass a Group object with the updated values.
- TypeScript
- JavaScript
| Parameter | Description |
|---|---|
group | An instance of Group class with updated values |
Group object with the updated details.
There is no real-time event listener for group updates. To get the latest group information after calling
updateGroup(), fetch the group details again using getGroup().Next Steps
Delete Group
Permanently delete a group
Retrieve Groups
Fetch and filter groups with pagination
Group Members
Manage members, roles, and permissions within groups
Create a Group
Create public, private, or password-protected groups