UNPKG

chatkitty

Version:
22 lines (14 loc) 572 B
# ChatUserMessageMentionProperties A user mention ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **user** | [**ChatUserProperties**](ChatUserProperties.md) | | [default to undefined] ## Example ```typescript import { ChatUserMessageMentionProperties } from 'chatkitty'; const instance: ChatUserMessageMentionProperties = { 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)