UNPKG

chatkitty

Version:
25 lines (17 loc) 839 B
# TextMessageProperties ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **body** | **string** | The text body of this message | [default to undefined] **links** | [**Array<MessageLinkProperties>**](MessageLinkProperties.md) | Link previews in this message | [optional] [default to undefined] **mentions** | [**Array<MessageMentionProperties>**](MessageMentionProperties.md) | Mentions in this message | [optional] [default to undefined] ## Example ```typescript import { TextMessageProperties } from 'chatkitty'; const instance: TextMessageProperties = { body, links, mentions, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)