Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 850 Bytes

File metadata and controls

34 lines (28 loc) · 850 Bytes

Unifapi::ThreadsUser

Properties

Name Type Description Notes
id String Threads URL slug (`username`).
user_id String Numeric Threads pk; surfaced for callers that want to skip the gateway-side username → pk stitch.
username String
full_name String
biography String
profile_pic_url String
follower_count Float
is_verified Boolean
is_private Boolean

Example

require 'unifapi'

instance = Unifapi::ThreadsUser.new(
  id: null,
  user_id: null,
  username: null,
  full_name: null,
  biography: null,
  profile_pic_url: null,
  follower_count: null,
  is_verified: null,
  is_private: null
)