Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 430 Bytes

File metadata and controls

20 lines (14 loc) · 430 Bytes

Late::SendPrivateReplyToCommentRequest

Properties

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

Example

require 'late-sdk'

instance = Late::SendPrivateReplyToCommentRequest.new(
  account_id: null,
  message: null
)