github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/GlipGroupsEvent.md (about)

     1  # GlipGroupsEvent
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Id** | **string** | Internal identifier of a group | [optional] 
     7  **Type** | **string** | Type of a group. 'PrivateChat' is a group of 2 members. 'Group' is a chat of 2 and more participants, the membership cannot be changed after group creation. 'Team' is a chat of 1 and more participants, the membership can be modified in future. 'PersonalChat' is a private chat thread of a user | [optional] 
     8  **IsPublic** | **bool** | For 'Team' group type only. Team access level | [optional] 
     9  **Name** | **string** | For 'Team' group type only. Team name | [optional] 
    10  **Description** | **string** | For 'Team' group type only. Team description | [optional] 
    11  **Members** | **[]string** | Identifier(s) of group members | [optional] 
    12  **CreationTime** | [**time.Time**](time.Time.md) | Group creation datetime in ISO 8601 format | [optional] 
    13  **LastModifiedTime** | [**time.Time**](time.Time.md) | Group last change datetime in ISO 8601 format | [optional] 
    14  **EventType** | **string** | Type of a group event. Only the person who joined/was added to a group will receive 'GroupJoined' notification. Only the person who left/was removed from a group will receive 'GroupLeft' notification | [optional] 
    15  
    16  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    17  
    18