FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

unifapi-sdk-ruby/docs/ThreadsPostUser.md at main · unifapi-agent/unifapi-sdk-ruby · GitHub

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
)

Back | FazBrowse Home | New Git URL