Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 608 Bytes

File metadata and controls

30 lines (24 loc) · 608 Bytes

Unifapi::InstagramUserPreview

Properties

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

Example

require 'unifapi'

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