ChatKitty.Model.ApplicationSentSystemMessageNotificationData (chatkitty_platform_sdk v1.26.0)

Sent when a system message is sent

Link to this section Summary

Link to this section Types

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