UNPKG

chatkitty

Version:
27 lines (19 loc) 983 B
# CreatePersonChatUserResource ## Properties 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] ## Example ```typescript import { CreatePersonChatUserResource } from 'chatkitty'; const instance: CreatePersonChatUserResource = { display_name, is_guest, name, properties, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)