import { FollowUserQuery } from "@twexapi-dev/x-api-scraper/models";
let value: FollowUserQuery = {
username: "Enid59",
cookie: "ct0=abc123... or 2c4a4e1832096aa694c739b83c83b6d96d43eba7",
};| Field | Type | Required | Description | Example |
|---|---|---|---|---|
username |
string | ✔️ | The username of the user to follow or unfollow. | |
cookie |
string | ✔️ | The user's Twitter authentication cookie or Twitter auth_token, how-to-get-twitter-cookie | ct0=abc123... or 2c4a4e1832096aa694c739b83c83b6d96d43eba7 |