chatkitty
Version:
OpenAPI client for chatkitty
28 lines (20 loc) • 999 B
Markdown
# ChatUserMentionedChannelNotificationData
Sent when a user mentions a channel in a message
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** | | [default to undefined]
**channel_id** | **number** | The ID of the channel the mentioning message was sent. Deprecated: Use the channel property of this notification | [default to undefined]
**mentioned_channel** | [**ChannelResource**](ChannelResource.md) | | [default to undefined]
**message** | [**TextMessageResource**](TextMessageResource.md) | | [default to undefined]
## Example
```typescript
import { ChatUserMentionedChannelNotificationData } from 'chatkitty';
const instance: ChatUserMentionedChannelNotificationData = {
type,
channel_id,
mentioned_channel,
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)