UpdateGroupRequest
modify a group. Note that only one modification action may be performed at once
This type can contain the following fields:
| field | type | info | 
|---|---|---|
| account | String | The identifier of the account to interact with | 
| addMembers | List of v1.JsonAddress | |
| announcements | String | ENABLED to only allow admins to post messages, DISABLED to allow anyone to post | 
| avatar | String | |
| description | String | A new group description. Set to empty string to remove an existing description. | 
| groupID | String | the ID of the group to update | 
| removeMembers | List of v1.JsonAddress | |
| resetLink | boolean | regenerate the group link password, invalidating the old one | 
| title | String | |
| updateAccessControl | v1.GroupAccessControl | note that only one of the access controls may be updated per request | 
| updateRole | v1.GroupMember | |
| updateTimer | int | update the group timer. |