UNPKG

chatkitty

Version:
37 lines (29 loc) 1.39 kB
# NotificationResource ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **number** | 64-bit integer identifier associated with this resource | [default to undefined] **body** | **string** | The text body of this notification | [default to undefined] **channel** | [**ChannelProperties**](ChannelProperties.md) | | [optional] [default to undefined] **created_time** | **string** | Time this notification was created | [default to undefined] **data** | [**NotificationData**](NotificationData.md) | | [default to undefined] **muted** | **boolean** | True if this notification should be muted | [default to undefined] **read_time** | **string** | Time this notification was read | [optional] [default to undefined] **title** | **string** | The title of this notification | [default to undefined] **_links** | [**Array<Link>**](Link.md) | Hypermedia control links for this resource | [optional] [default to undefined] ## Example ```typescript import { NotificationResource } from 'chatkitty'; const instance: NotificationResource = { id, body, channel, created_time, data, muted, read_time, title, _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)