github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/GlipPostEvent.md (about) 1 # GlipPostEvent 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Id** | **string** | Internal identifier of a post | [optional] 7 **EventType** | **string** | Type of a post event | [optional] 8 **GroupId** | **string** | Internal identifier of a group a post belongs to | [optional] 9 **Type** | **string** | Type of a post. 'TextMessage' - an incoming text message; 'PersonJoined' - a message notifying that person has joined a conversation; 'PersonsAdded' - a message notifying that a person(s) were added to a conversation | [optional] 10 **Text** | **string** | For 'TextMessage' post type only. Message text | [optional] 11 **CreatorId** | **string** | Internal identifier of a user - author of a post | [optional] 12 **AddedPersonIds** | **[]string** | For PersonsAdded post type only. Identifiers of persons added to a group | [optional] 13 **RemovedPersonIds** | **[]string** | For PersonsRemoved post type only. Identifiers of persons removed from a group | [optional] 14 **Mentions** | [**[]GlipMentionsInfo**](GlipMentionsInfo.md) | List of at mentions in post text with names. | [optional] 15 **CreationTime** | [**time.Time**](time.Time.md) | Post creation datetime in ISO 8601 format | [optional] 16 **LastModifiedTime** | [**time.Time**](time.Time.md) | Post last change datetime in ISO 8601 format | [optional] 17 18 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 19 20