# TextMessageProperties


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | **string** | The text body of this message | [default to undefined]
**links** | [**Array&lt;MessageLinkProperties&gt;**](MessageLinkProperties.md) | Link previews in this message | [optional] [default to undefined]
**mentions** | [**Array&lt;MessageMentionProperties&gt;**](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)
