UNPKG

chatkitty

Version:
22 lines (14 loc) 537 B
# ChatUserIdReference Reference to a user by ID ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **number** | User ID associated with this user | [default to undefined] ## Example ```typescript import { ChatUserIdReference } from 'chatkitty'; const instance: ChatUserIdReference = { id, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)