| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| user_id | String | ||
| username | String | ||
| full_name | String | ||
| is_verified | Boolean | ||
| is_private | Boolean | ||
| profile_pic_url | String |
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
)