| Name | Type | Description | Notes |
|---|---|---|---|
| cookie | String | [optional] | |
| region | String | [optional][default to 'US'] | |
| limit | Integer | [optional][default to 20] |
require 'unifapi'
instance = Unifapi::TiktokFeedRecommendedPostRequest.new(
cookie: null,
region: null,
limit: null
)