UNPKG

chatkitty

Version:
26 lines (18 loc) 866 B
# ApplicationSentSystemMessageNotificationData Sent when a system message is sent ## 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** | [**SystemMessageResource**](SystemMessageResource.md) | | [default to undefined] ## Example ```typescript import { ApplicationSentSystemMessageNotificationData } from 'chatkitty'; const instance: ApplicationSentSystemMessageNotificationData = { 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)