chatkitty
Version:
OpenAPI client for chatkitty
24 lines (16 loc) • 658 B
Markdown
# TextChatUserMessageImport
Imports a user text message
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | **string** | The text body of this message | [default to undefined]
**user** | **string** | Username of the user who sent this message | [default to undefined]
## Example
```typescript
import { TextChatUserMessageImport } from 'chatkitty';
const instance: TextChatUserMessageImport = {
body,
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)