ChatKittyPlatformAPI.Model.ChatUserRepliedToChatUserMessageNotificationData (chatkitty_platform_sdk v0.1.0)

Sent when a user replies to a message

Link to this section Summary

Link to this section Types

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