| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Stable TikTok user id. | |
| username | String | Public handle, e.g. 'jennmelon' | |
| display_name | String | ||
| avatar_url | String |
require 'unifapi'
instance = Unifapi::Author.new(
id: null,
username: null,
display_name: null,
avatar_url: null
)