| Name | Type | Description | Notes |
|---|---|---|---|
| account_id | String | The social account ID (Instagram or Facebook) | |
| message | String | The message text to send as a private DM |
require 'late-sdk'
instance = Late::SendPrivateReplyToCommentRequest.new(
account_id: null,
message: null
)