Late::ReplyToInboxPost200ResponseData Properties Name Type Description Notes comment_id String [optional] is_reply Boolean [optional] cid String Bluesky CID [optional] Example require 'late-sdk' instance = Late::ReplyToInboxPost200ResponseData.new( comment_id: null, is_reply: null, cid: null )