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
|**targetUserId**|**String**| Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers. ||
|**tweetId**|**String**| Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers. ||
|**id**|**String**| The ID of the user for whom to return results ||
84
-
|**maxResults**|**Integer**| The maximum number of results |[optional]|
91
+
|**id**|**String**| The ID of the authenticated source User for whom to return results.||
92
+
|**maxResults**|**Integer**| The maximum number of results.|[optional]|
85
93
|**paginationToken**|**String**| This parameter is used to get the next 'page' of results. |[optional]|
86
-
|**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]|
87
-
|**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]|
88
-
|**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]|
89
-
|**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]|
90
-
|**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]|
91
-
|**pollFields**|[**Set<String>**](String.md)| A comma separated list of Poll fields to display. |[optional][enum: id, options, voting_status, end_datetime, duration_minutes]|
94
+
|**tweetFields**|[**Set<String>**](String.md)| A comma separated list of Tweet fields to display. |[optional][enum: attachments, author_id, context_annotations, conversation_id, created_at, entities, geo, id, in_reply_to_user_id, lang, non_public_metrics, organic_metrics, possibly_sensitive, promoted_metrics, public_metrics, referenced_tweets, reply_settings, source, text, withheld]|
95
+
|**expansions**|[**Set<String>**](String.md)| A comma separated list of fields to expand. |[optional][enum: attachments.media_keys, attachments.poll_ids, author_id, entities.mentions.username, geo.place_id, in_reply_to_user_id, referenced_tweets.id, referenced_tweets.id.author_id]|
96
+
|**mediaFields**|[**Set<String>**](String.md)| A comma separated list of Media fields to display. |[optional][enum: alt_text, duration_ms, height, media_key, non_public_metrics, organic_metrics, preview_image_url, promoted_metrics, public_metrics, type, url, variants, width]|
97
+
|**pollFields**|[**Set<String>**](String.md)| A comma separated list of Poll fields to display. |[optional][enum: duration_minutes, end_datetime, id, options, voting_status]|
98
+
|**userFields**|[**Set<String>**](String.md)| A comma separated list of User fields to display. |[optional][enum: created_at, description, entities, id, location, name, pinned_tweet_id, profile_image_url, protected, public_metrics, url, username, verified, withheld]|
99
+
|**placeFields**|[**Set<String>**](String.md)| A comma separated list of Place fields to display. |[optional][enum: contained_within, country, country_code, full_name, geo, id, name, place_type]|
0 commit comments