chatkitty
Version:
OpenAPI client for chatkitty
27 lines (19 loc) • 908 B
Markdown
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]
```typescript
import { CreateMessageResource } from 'chatkitty';
const instance: CreateMessageResource = {
type,
group_tag,
properties,
user,
};
```
[[Back to Model list]](../README.md