chatkitty
Version:
OpenAPI client for chatkitty
28 lines (20 loc) • 973 B
Markdown
# ChatUserRepliedToChatUserMessageNotificationData
Sent when a user replies to a message
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** | | [default to undefined]
**channel_id** | **number** | The ID of channel the reply message was sent. Deprecated: Use the channel property of this notification | [default to undefined]
**message** | [**MessageResource**](MessageResource.md) | | [default to undefined]
**parent** | [**MessageResource**](MessageResource.md) | | [default to undefined]
## Example
```typescript
import { ChatUserRepliedToChatUserMessageNotificationData } from 'chatkitty';
const instance: ChatUserRepliedToChatUserMessageNotificationData = {
type,
channel_id,
message,
parent,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)