UNPKG

chatkitty

Version:
27 lines (19 loc) 887 B
# MessageReadReceiptSummaryResource ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **channel** | [**ChannelProperties**](ChannelProperties.md) | | [default to undefined] **count** | **number** | Number of unread messages | [default to undefined] **user** | [**ChatUserProperties**](ChatUserProperties.md) | | [default to undefined] **_links** | [**Array<Link>**](Link.md) | Hypermedia control links for this resource | [optional] [default to undefined] ## Example ```typescript import { MessageReadReceiptSummaryResource } from 'chatkitty'; const instance: MessageReadReceiptSummaryResource = { channel, count, 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)