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 )