import { TrendingContentsRequest } from "@twexapi-dev/x-api-scraper/models/operations";
let value: TrendingContentsRequest = {
country: "Isle of Man",
topic: "<value>",
};| Field | Type | Required | Description |
|---|---|---|---|
country |
string | ✔️ | Country name or slug returned by /twitter/global-trending/countries |
topic |
string | ✔️ | Topic name or slug returned by /twitter/global-trending/topics |