chatkitty
Version:
OpenAPI client for chatkitty
27 lines (19 loc) • 983 B
Markdown
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**display_name** | **string** | Human readable name of this user. Shown to other users | [default to undefined]
**is_guest** | **boolean** | True if this user was created by a guest user session | [default to undefined]
**name** | **string** | The unique name used to identify this user across ChatKitty. Also known as username | [default to undefined]
**properties** | **{ [key: string]: object; }** | Custom data associated with this user | [optional] [default to undefined]
```typescript
import { CreatePersonChatUserResource } from 'chatkitty';
const instance: CreatePersonChatUserResource = {
display_name,
is_guest,
name,
properties,
};
```
[[Back to Model list]](../README.md