# CreateDelegatedReplyThreadKeystrokesResource


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**keys** | **string** |  | [default to undefined]
**user** | **object** | Reference to a user | [default to undefined]

## Example

```typescript
import { CreateDelegatedReplyThreadKeystrokesResource } from 'chatkitty';

const instance: CreateDelegatedReplyThreadKeystrokesResource = {
    keys,
    user,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
