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

     1  # GlipPostInfo
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Id** | **string** | Internal identifier of a post | [optional] 
     7  **GroupId** | **string** | Internal identifier of a group a post belongs to | [optional] 
     8  **Type** | **string** | Type of a post | [optional] 
     9  **Text** | **string** | For 'TextMessage' post type only. Message text | [optional] 
    10  **CreatorId** | **string** | Internal identifier of a user - author of a post | [optional] 
    11  **AddedPersonIds** | **[]string** | For PersonsAdded post type only. Identifiers of persons added to a group | [optional] 
    12  **CreationTime** | [**time.Time**](time.Time.md) | Post creation datetime in ISO 8601 format | [optional] 
    13  **LastModifiedTime** | [**time.Time**](time.Time.md) | Post last modification datetime in ISO 8601 format | [optional] 
    14  **Attachments** | [**[]GlipMessageAttachmentInfo**](GlipMessageAttachmentInfo.md) | List of posted attachments | [optional] 
    15  **Mentions** | [**[]GlipMentionsInfo**](GlipMentionsInfo.md) | List of posted attachments | [optional] 
    16  **Activity** | **string** | activity type | [optional] 
    17  **Title** | **string** | Title of the message. Can be set for bot messages only | [optional] 
    18  **IconUri** | **string** | URI to an image to use as the icon for this message. | [optional] 
    19  **IconEmoji** | **string** | Emoji to use as the icon for a message | [optional] 
    20  
    21  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    22  
    23