Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 465 Bytes

File metadata and controls

24 lines (18 loc) · 465 Bytes

Unifapi::Author

Properties

Name Type Description Notes
id String Stable TikTok user id.
username String Public handle, e.g. 'jennmelon'
display_name String
avatar_url String

Example

require 'unifapi'

instance = Unifapi::Author.new(
  id: null,
  username: null,
  display_name: null,
  avatar_url: null
)