You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**id** | **String**| The ID of the user for whom to return results |
75
-
**maxResults** | **Integer**| The maximum number of results | [optional]
76
-
**paginationToken** | **String**| This parameter is used to get the next 'page' of results. | [optional]
77
-
**expansions** | [**Set<String>**](String.md)| A comma separated list of fields to expand. | [optional][enum: author_id, referenced_tweets.id, in_reply_to_user_id, geo.place_id, attachments.media_keys, attachments.poll_ids, entities.mentions.username, referenced_tweets.id.author_id]
78
-
**tweetFields** | [**Set<String>**](String.md)| A comma separated list of Tweet fields to display. | [optional][enum: id, created_at, text, author_id, in_reply_to_user_id, referenced_tweets, attachments, withheld, geo, entities, public_metrics, possibly_sensitive, source, lang, context_annotations, non_public_metrics, promoted_metrics, organic_metrics, conversation_id, reply_settings]
79
-
**userFields** | [**Set<String>**](String.md)| A comma separated list of User fields to display. | [optional][enum: id, created_at, name, username, protected, verified, withheld, profile_image_url, location, url, description, entities, pinned_tweet_id, public_metrics]
80
-
**mediaFields** | [**Set<String>**](String.md)| A comma separated list of Media fields to display. | [optional][enum: media_key, duration_ms, height, preview_image_url, type, url, width, public_metrics, non_public_metrics, organic_metrics, promoted_metrics, alt_text]
81
-
**placeFields** | [**Set<String>**](String.md)| A comma separated list of Place fields to display. | [optional][enum: id, name, country_code, place_type, full_name, country, contained_within, geo]
82
-
**pollFields** | [**Set<String>**](String.md)| A comma separated list of Poll fields to display. | [optional][enum: id, options, voting_status, end_datetime, duration_minutes]
|**id**|**String**| The ID of the user for whom to return results||
73
+
|**maxResults**|**Integer**| The maximum number of results |[optional]|
74
+
|**paginationToken**|**String**| This parameter is used to get the next 'page' of results. |[optional]|
75
+
|**expansions**|[**Set<String>**](String.md)| A comma separated list of fields to expand. |[optional][enum: author_id, referenced_tweets.id, in_reply_to_user_id, geo.place_id, attachments.media_keys, attachments.poll_ids, entities.mentions.username, referenced_tweets.id.author_id]|
76
+
|**tweetFields**|[**Set<String>**](String.md)| A comma separated list of Tweet fields to display. |[optional][enum: id, created_at, text, author_id, in_reply_to_user_id, referenced_tweets, attachments, withheld, geo, entities, public_metrics, possibly_sensitive, source, lang, context_annotations, non_public_metrics, promoted_metrics, organic_metrics, conversation_id, reply_settings]|
77
+
|**userFields**|[**Set<String>**](String.md)| A comma separated list of User fields to display. |[optional][enum: id, created_at, name, username, protected, verified, withheld, profile_image_url, location, url, description, entities, pinned_tweet_id, public_metrics]|
78
+
|**mediaFields**|[**Set<String>**](String.md)| A comma separated list of Media fields to display. |[optional][enum: media_key, duration_ms, height, preview_image_url, type, url, width, public_metrics, non_public_metrics, organic_metrics, promoted_metrics, alt_text, variants]|
79
+
|**placeFields**|[**Set<String>**](String.md)| A comma separated list of Place fields to display. |[optional][enum: id, name, country_code, place_type, full_name, country, contained_within, geo]|
80
+
|**pollFields**|[**Set<String>**](String.md)| A comma separated list of Poll fields to display. |[optional][enum: id, options, voting_status, end_datetime, duration_minutes]|
83
81
84
82
### Return type
85
83
@@ -92,17 +90,17 @@ Name | Type | Description | Notes
0 commit comments