Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 770 Bytes

File metadata and controls

34 lines (28 loc) · 770 Bytes

Unifapi::InstagramComment

Properties

Name Type Description Notes
id String
user InstagramUserPreview
text String
created_at Float
like_count Float
child_comment_count Float
has_translation Boolean
has_liked Boolean
parent_comment_id String

Example

require 'unifapi'

instance = Unifapi::InstagramComment.new(
  id: null,
  user: null,
  text: null,
  created_at: null,
  like_count: null,
  child_comment_count: null,
  has_translation: null,
  has_liked: null,
  parent_comment_id: null
)