Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 487 Bytes

File metadata and controls

26 lines (20 loc) · 487 Bytes

Unifapi::ThreadsPostUser

Properties

Name Type Description Notes
id String
username String
full_name String
profile_pic_url String
is_verified Boolean

Example

require 'unifapi'

instance = Unifapi::ThreadsPostUser.new(
  id: null,
  username: null,
  full_name: null,
  profile_pic_url: null,
  is_verified: null
)