ChatKittyPlatformAPI.Model.ApplicationSentSystemMessageNotificationData (chatkitty_platform_sdk v0.1.0)

Sent when a system message is sent

Link to this section Summary

Link to this section Types

@type t() :: %ChatKittyPlatformAPI.Model.ApplicationSentSystemMessageNotificationData{
  channelId: integer(),
  message: ChatKittyPlatformAPI.Model.SystemMessageResource.t(),
  type: String.t()
}