Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 459 Bytes

File metadata and controls

22 lines (16 loc) · 459 Bytes

Unifapi::TiktokFeedRecommendedPostRequest

Properties

Name Type Description Notes
cookie String [optional]
region String [optional][default to 'US']
limit Integer [optional][default to 20]

Example

require 'unifapi'

instance = Unifapi::TiktokFeedRecommendedPostRequest.new(
  cookie: null,
  region: null,
  limit: null
)