JsonGroupV2Info
Information about a Signal group
This type can contain the following fields:
| field | type | info | 
|---|---|---|
| accessControl | v1.GroupAccessControl | current access control settings for this group | 
| announcements | String | indicates if the group is an announcements group. Only admins are allowed to send messages to announcements groups. Options are UNKNOWN, ENABLED or DISABLED | 
| avatar | String | path to the group’s avatar on local disk, if available | 
| banned_members | List of v1.BannedGroupMember | |
| description | String | |
| group_change | v1.GroupChange | Represents a peer-to-peer group change done by a user. Will not be set if the group change signature fails verification. This is usually only set inside of incoming messages. | 
| id | String | |
| inviteLink | String | the signal.group link, if applicable | 
| memberDetail | List of v1.GroupMember | detailed member list | 
| members | List of v1.JsonAddress | |
| pendingMemberDetail | List of v1.GroupMember | detailed pending member list | 
| pendingMembers | List of v1.JsonAddress | |
| removed | boolean | will be set to true for incoming messages to indicate the user has been removed from the group | 
| requestingMembers | List of v1.JsonAddress | |
| revision | int | |
| timer | int | |
| title | String | 
- v1.GroupHistoryEntry.group
- v1.GroupList.groups
- v1.StoryMessage.group
- v1.JsonDataMessage.groupV2
- v1.GroupInfo.v2