Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 723 Bytes

File metadata and controls

28 lines (22 loc) · 723 Bytes

Late::ReplyToInboxPostRequest

Properties

Name Type Description Notes
account_id String
message String
comment_id String Reply to specific comment (optional) [optional]
parent_cid String (Bluesky only) Parent content identifier [optional]
root_uri String (Bluesky only) Root post URI [optional]
root_cid String (Bluesky only) Root post CID [optional]

Example

require 'late-sdk'

instance = Late::ReplyToInboxPostRequest.new(
  account_id: null,
  message: null,
  comment_id: null,
  parent_cid: null,
  root_uri: null,
  root_cid: null
)