UNPKG

chatkitty

Version:
22 lines (14 loc) 604 B
# ChannelMessageMentionProperties A channel mention ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **channel** | [**MessageMentionChannelProperties**](MessageMentionChannelProperties.md) | | [default to undefined] ## Example ```typescript import { ChannelMessageMentionProperties } from 'chatkitty'; const instance: ChannelMessageMentionProperties = { channel, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)