Set Group Profile Detail
To set the Profile detail of the group, send a request as described below. Once the request is made successfully, an groupProfileListener callback will be triggered and a updated profile response will be received for all group participants.
#
Request ParamsStatus | Description | Type | Required |
---|---|---|---|
GROUP_JID | Group JID | JID String | true |
GROUP_NAME | Nickname of the Group | String | true |
GROUP_IMAGE | Group Image - Upload an image file or image URL | File / String | false |
IS_HISTORY_ON | isHistoryOn - Whether previous chat history is enabled or not | Boolean | false |
note
The default value for IS_HISTORY_ON
is false.