chatkitty
Version:
OpenAPI client for chatkitty
21 lines (13 loc) • 528 B
Markdown
# CreateTextMessageResource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | **string** | The text body of this message | [default to undefined]
## Example
```typescript
import { CreateTextMessageResource } from 'chatkitty';
const instance: CreateTextMessageResource = {
body,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)