Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 399 Bytes

File metadata and controls

20 lines (14 loc) · 399 Bytes

Late::LikeInboxCommentRequest

Properties

Name Type Description Notes
account_id String The social account ID
cid String (Bluesky only) Content identifier for the comment [optional]

Example

require 'late-sdk'

instance = Late::LikeInboxCommentRequest.new(
  account_id: null,
  cid: null
)