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

     1  # GlipMessageAttachmentInfo
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Id** | **string** | Internal identifier of an attachment | [optional] 
     7  **Type** | **string** | Type of an attachment | [optional] [default to Card]
     8  **Fallback** | **string** | A string of default text that will be rendered in the case that the client does not support Interactive Messages | [optional] 
     9  **Color** | **string** | A Hex color code that determines the color of the side border of the Interactive Message | [optional] 
    10  **Intro** | **string** | A pretext to the message | [optional] 
    11  **Author** | [**GlipMessageAttachmentAuthorInfo**](GlipMessageAttachmentAuthorInfo.md) |  | [optional] 
    12  **Title** | **string** | Message title | [optional] 
    13  **Text** | **string** | A large string field (up to 1000 chars) to be displayed as the body of a message (Supports GlipDown) | [optional] 
    14  **ImageUri** | **string** | url used to display a single image at the bottom of a message | [optional] 
    15  **ThumbnailUri** | **string** | url used to display a thumbnail to the right of a message (82x82) | [optional] 
    16  **Fields** | [**[]GlipMessageAttachmentFieldsInfo**](GlipMessageAttachmentFieldsInfo.md) | Information on navigation | [optional] 
    17  **Footnote** | [**GlipMessageAttachmentFootnoteInfo**](GlipMessageAttachmentFootnoteInfo.md) |  | [optional] 
    18  
    19  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    20  
    21