Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 714 Bytes

File metadata and controls

34 lines (28 loc) · 714 Bytes

Unifapi::ThreadsPost

Properties

Name Type Description Notes
id String Threads post code (URL slug).
code String
media_id String
text String
taken_at Float
like_count Float
image_url String
video_url String
user ThreadsPostUser

Example

require 'unifapi'

instance = Unifapi::ThreadsPost.new(
  id: null,
  code: null,
  media_id: null,
  text: null,
  taken_at: null,
  like_count: null,
  image_url: null,
  video_url: null,
  user: null
)