Hierarchy

  • EndpointFieldInfo

Properties

features: Record<string, unknown>

Request features, used for encoding feature flags into the request. These may either be boolean values or numerically-encoded booleans (1 or 0). It is possible this may change to include other representations of booleans as Twitter's backend evolves.

fieldToggles: Record<string, unknown>

Request field toggles, used for limiting how returned fields are represented. This is rarely used.

variables: Record<string, unknown>

Request variables, used for providing arguments such as user IDs or result counts.