UNPKG

chatkitty

Version:
31 lines (23 loc) 1.11 kB
# ChannelProperties ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **string** | The type of this channel | [default to undefined] **id** | **number** | 64-bit integer identifier associated with this resource | [default to undefined] **created_time** | **string** | The ISO date-time this channel was created | [default to undefined] **creator** | [**ChatUserProperties**](ChatUserProperties.md) | | [optional] [default to undefined] **last_received_message** | [**MessageProperties**](MessageProperties.md) | | [optional] [default to undefined] **properties** | **{ [key: string]: object; }** | Custom data associated with this channel | [default to undefined] ## Example ```typescript import { ChannelProperties } from 'chatkitty'; const instance: ChannelProperties = { type, id, created_time, creator, last_received_message, 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)