ChatKitty.Model.ChatUserRepliedToChatUserMessageNotificationData (chatkitty_platform_sdk v1.26.0)

Sent when a user replies to a message

Link to this section Summary

Link to this section Types

@type t() :: %ChatKitty.Model.ChatUserRepliedToChatUserMessageNotificationData{
  channelId: integer(),
  message: ChatKitty.Model.MessageResource.t(),
  parent: ChatKitty.Model.MessageResource.t(),
  type: String.t()
}