UNPKG

chatkitty

Version:
25 lines (17 loc) 718 B
# ReplyThreadKeystrokesResource ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **keys** | **string** | | [default to undefined] **username** | **string** | | [default to undefined] **_links** | [**Array<Link>**](Link.md) | Hypermedia control links for this resource | [optional] [default to undefined] ## Example ```typescript import { ReplyThreadKeystrokesResource } from 'chatkitty'; const instance: ReplyThreadKeystrokesResource = { keys, username, _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)