Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 578 Bytes

File metadata and controls

26 lines (20 loc) · 578 Bytes

Late::LikeInboxComment200Response

Properties

Name Type Description Notes
status String [optional]
comment_id String [optional]
liked Boolean [optional]
like_uri String (Bluesky only) URI to use for unliking [optional]
platform String [optional]

Example

require 'late-sdk'

instance = Late::LikeInboxComment200Response.new(
  status: null,
  comment_id: null,
  liked: null,
  like_uri: null,
  platform: null
)