# ChatUserSentChatUserMessageNotificationData

Sent when a user sends a message

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** |  | [default to undefined]
**channel_id** | **number** | The ID channel the message was sent. Deprecated: Use the channel property of this notification | [default to undefined]
**message** | [**ChatUserMessageResource**](ChatUserMessageResource.md) |  | [default to undefined]

## Example

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

const instance: ChatUserSentChatUserMessageNotificationData = {
    type,
    channel_id,
    message,
};
```

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