chatkitty
Version:
OpenAPI client for chatkitty
29 lines (21 loc) • 1.13 kB
Markdown
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | **string** | The text body of this message | [default to undefined]
**channel_id** | **number** | ID of the channel this message belongs to | [default to undefined]
**group_tag** | **string** | Tag identifying the message group this message belongs to | [optional] [default to undefined]
**idempotency_key** | **string** | Unique value generated by the client which ChatKitty uses to recognize subsequent retries of the same request. Optional but recommended | [optional] [default to undefined]
**properties** | **{ [key: string]: object; }** | Map of custom data attached to this message | [optional] [default to undefined]
```typescript
import { TextMessageImport } from 'chatkitty';
const instance: TextMessageImport = {
body,
channel_id,
group_tag,
idempotency_key,
properties,
};
```
[[Back to Model list]](../README.md