UNPKG

chatkitty

Version:
22 lines (14 loc) 775 B
# DirectChannelProperties A direct channel ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **members** | [**Array<ChatUserProperties>**](ChatUserProperties.md) | The members of this channel. Present if this is a direct channel. For other channel types, use [**list channel messages**](https://chatkitty.com/docs/api/reference#tag/channels/operation/list-channel-messages) | [default to undefined] ## Example ```typescript import { DirectChannelProperties } from 'chatkitty'; const instance: DirectChannelProperties = { members, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)