UNPKG

chatkitty

Version:
27 lines (19 loc) 907 B
# ChannelGenericEventResource ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **string** | Custom type of this event | [default to undefined] **properties** | **{ [key: string]: object; }** | Custom data associated with this event | [default to undefined] **user** | [**ChatUserProperties**](ChatUserProperties.md) | | [optional] [default to undefined] **_links** | [**Array<Link>**](Link.md) | Hypermedia control links for this resource | [optional] [default to undefined] ## Example ```typescript import { ChannelGenericEventResource } from 'chatkitty'; const instance: ChannelGenericEventResource = { type, properties, user, _links, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)