github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/GlipMessageAttachmentInfoRequest.md (about) 1 # GlipMessageAttachmentInfoRequest 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Type** | **string** | Type of an attachment | [optional] [default to Card] 7 **Fallback** | **string** | A string of default text that will be rendered in the case that the client does not support Interactive Messages | [optional] 8 **Color** | **string** | A Hex color code that determines the color of the side border of the Interactive Message | [optional] 9 **Intro** | **string** | A pretext to the message | [optional] 10 **Author** | [**GlipMessageAttachmentAuthorInfo**](GlipMessageAttachmentAuthorInfo.md) | | [optional] 11 **Title** | **string** | Message title | [optional] 12 **Text** | **string** | A large string field (up to 1000 chars) to be displayed as the body of a message (Supports GlipDown) | [optional] 13 **ImageUri** | **string** | url used to display a single image at the bottom of a message | [optional] 14 **ThumbnailUri** | **string** | url used to display a thumbnail to the right of a message (82x82) | [optional] 15 **Fields** | [**[]GlipMessageAttachmentFieldsInfo**](GlipMessageAttachmentFieldsInfo.md) | Information on navigation | [optional] 16 **Footnote** | [**GlipMessageAttachmentFootnoteInfo**](GlipMessageAttachmentFootnoteInfo.md) | | [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