# CreateMessageResource


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** |  | [default to undefined]
**group_tag** | **string** | Optional string to associate this message with other messages. Can be used to group messages into a gallery | [optional] [default to undefined]
**properties** | **{ [key: string]: object; }** | Custom data associated with this message | [optional] [default to undefined]
**user** | **object** | Reference to a user | [optional] [default to undefined]

## Example

```typescript
import { CreateMessageResource } from 'chatkitty';

const instance: CreateMessageResource = {
    type,
    group_tag,
    properties,
    user,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
