Update Group Profile
Update group name#
User can able to update group name whenever they want by using the below method.
| Argument | Type | Description |
|---|---|---|
| GROUP_JID | String | jid of the group |
| GROUP_NAME | String | new name for the group which has to updated |
| flyCallback | FlyResponse | callback to observe the action status |
Update group profile image#
User can able to update group profile image whenever they want by using the below method.
To update group profile image as either file or by using uploaded image id:
| Argument | Type | Description |
|---|---|---|
| GROUP_JID | String | Jid of the group |
| IMAGE_FILE_PATH | String | File path of the group profile image |
| flyCallback | FlyResponse | callback to observe the action status |
Remove group profile image#
User can able to remove group profile image whenever they want by using the below method.
| Argument | Type | Description |
|---|---|---|
| GROUP_JID | String | Jid of the group |
| flyCallback | FlyResponse | callback to observe the action status |