UNPKG

chatkitty

Version:
25 lines (17 loc) 785 B
# MessageReadReceiptResource ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **created_time** | **string** | Time the user read this message | [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 { MessageReadReceiptResource } from 'chatkitty'; const instance: MessageReadReceiptResource = { created_time, 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)