Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 560 Bytes

File metadata and controls

22 lines (16 loc) · 560 Bytes

Zernio::LikeInboxCommentRequest

Properties

Name Type Description Notes
account_id String The social account ID
reaction_type String (LinkedIn only) Reaction to create. Defaults to LIKE; ignored on other platforms. [optional]
cid String (Bluesky only) Content identifier for the comment [optional]

Example

require 'zernio-sdk'

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