From 67d73e055264946c7cccb0a32eb4234ef9033df7 Mon Sep 17 00:00:00 2001 From: davidrotari19 <70471875+davidrotari19@users.noreply.github.com> Date: Wed, 26 Aug 2026 12:41:51 +0000 Subject: [PATCH] Update docs from nexus-tools (commit: 6292fdf34cbefdf77d57ed0f28f150b06b22d31b) --- tools/social-twitter/README.md | 80 ++-------------------------------- 1 file changed, 4 insertions(+), 76 deletions(-) diff --git a/tools/social-twitter/README.md b/tools/social-twitter/README.md index 625e760..fd8481a 100644 --- a/tools/social-twitter/README.md +++ b/tools/social-twitter/README.md @@ -18,32 +18,7 @@ The ID of the tweet to retrieve. The tweet was retrieved successfully. -- **`ok.id`: [`String`]** - The tweet's unique identifier -- **`ok.text`: [`String`]** - The tweet's content text -- **`ok.author_id`: [`Option`]** - The ID of the tweet's author -- **`ok.created_at`: [`Option`]** - The timestamp when the tweet was created -- **`ok.username`: [`Option`]** - The username of the tweet's author -- **`ok.attachments`: [`Option`]** - Media and polls attached to the tweet -- **`ok.community_id`: [`Option`]** - Community ID if the tweet belongs to a community -- **`ok.context_annotations`: [`Option>`]** - Annotations about the tweet content -- **`ok.conversation_id`: [`Option`]** - ID of the conversation this tweet belongs to -- **`ok.edit_controls`: [`Option`]** - Controls for editing the tweet -- **`ok.edit_history_tweet_ids`: [`Option>`]** - IDs of tweets in the edit history -- **`ok.entities`: [`Option`]** - Entities in the tweet (hashtags, mentions, URLs) -- **`ok.geo`: [`Option`]** - Geographic information -- **`ok.in_reply_to_user_id`: [`Option`]** - ID of the user being replied to -- **`ok.lang`: [`Option`]** - Language of the tweet -- **`ok.non_public_metrics`: [`Option`]** - Private metrics about the tweet -- **`ok.note_tweet`: [`Option`]** - Extended note content -- **`ok.organic_metrics`: [`Option`]** - Organic engagement metrics -- **`ok.possibly_sensitive`: [`Option`]** - Whether the tweet might contain sensitive content -- **`ok.promoted_metrics`: [`Option`]** - Metrics from promoted content -- **`ok.public_metrics`: [`Option`]** - Public engagement metrics (likes, retweets, etc.) -- **`ok.referenced_tweets`: [`Option>`]** - Tweets referenced by this tweet -- **`ok.reply_settings`: [`Option`]** - Who can reply to this tweet -- **`ok.scopes`: [`Option`]** - Visibility scopes -- **`ok.source`: [`Option`]** - Source of the tweet (client application) -- **`ok.withheld`: [`Option`]** - Withholding information +- **`ok.data`: [`Tweet`]** - The complete tweet resource, including its required `id` and `text` and any requested optional tweet fields - **`ok.includes`: [`Option`]** - Additional entities related to the tweet: - `media`: Images and videos - `places`: Geographic locations @@ -1050,31 +1025,8 @@ A comma separated list of Tweet fields to display. The user was retrieved successfully. -- **`ok.id`: [`String`]** - The user's unique identifier -- **`ok.name`: [`String`]** - The user's display name -- **`ok.username`: [`String`]** - The user's @username -- **`ok.protected`: [`Option`]** - Whether the user's account is protected -- **`ok.affiliation`: [`Option`]** - The user's affiliation information -- **`ok.connection_status`: [`Option>`]** - The user's connection status -- **`ok.created_at`: [`Option`]** - When the user's account was created -- **`ok.description`: [`Option`]** - The user's profile description/bio -- **`ok.entities`: [`Option`]** - Entities found in the user's description (hashtags, mentions, URLs) -- **`ok.location`: [`Option`]** - The user's location -- **`ok.most_recent_tweet_id`: [`Option`]** - ID of the user's most recent tweet -- **`ok.pinned_tweet_id`: [`Option`]** - ID of the user's pinned tweet -- **`ok.profile_banner_url`: [`Option`]** - URL of the user's profile banner image -- **`ok.profile_image_url`: [`Option`]** - URL of the user's profile image -- **`ok.public_metrics`: [`Option`]** - Public metrics about the user: - - `followers_count`: Number of followers - - `following_count`: Number of accounts the user is following - - `tweet_count`: Number of tweets the user has posted - - `listed_count`: Number of lists the user appears on -- **`ok.receives_your_dm`: [`Option`]** - Whether the user accepts direct messages -- **`ok.subscription_type`: [`Option`]** - The user's subscription type -- **`ok.url`: [`Option`]** - The user's website URL -- **`ok.verified`: [`Option`]** - Whether the user is verified -- **`ok.verified_type`: [`Option`]** - The user's verification type -- **`ok.withheld`: [`Option`]** - Withholding information for the user +- **`ok.data`: [`UserData`]** - The complete user resource, including `id`, `name`, `username`, and any requested optional user fields +- **`ok.includes`: [`Option`]** - Expanded users, tweets, media, places, or polls related to the user **`err`** @@ -1136,31 +1088,7 @@ A list of Tweet fields to display. The user was retrieved successfully. -- **`ok.id`: [`String`]** - The user's unique identifier -- **`ok.name`: [`String`]** - The user's display name -- **`ok.username`: [`String`]** - The user's @username -- **`ok.protected`: [`Option`]** - Whether the user's account is protected -- **`ok.affiliation`: [`Option`]** - The user's affiliation information -- **`ok.connection_status`: [`Option>`]** - The user's connection status -- **`ok.created_at`: [`Option`]** - When the user's account was created -- **`ok.description`: [`Option`]** - The user's profile description/bio -- **`ok.entities`: [`Option`]** - Entities found in the user's description (hashtags, mentions, URLs) -- **`ok.location`: [`Option`]** - The user's location -- **`ok.most_recent_tweet_id`: [`Option`]** - ID of the user's most recent tweet -- **`ok.pinned_tweet_id`: [`Option`]** - ID of the user's pinned tweet -- **`ok.profile_banner_url`: [`Option`]** - URL of the user's profile banner image -- **`ok.profile_image_url`: [`Option`]** - URL of the user's profile image -- **`ok.public_metrics`: [`Option`]** - Public metrics about the user: - - `followers_count`: Number of followers - - `following_count`: Number of accounts the user is following - - `tweet_count`: Number of tweets the user has posted - - `listed_count`: Number of lists the user appears on -- **`ok.receives_your_dm`: [`Option`]** - Whether the user accepts direct messages -- **`ok.subscription_type`: [`Option`]** - The user's subscription type -- **`ok.url`: [`Option`]** - The user's website URL -- **`ok.verified`: [`Option`]** - Whether the user is verified -- **`ok.verified_type`: [`Option`]** - The user's verification type -- **`ok.withheld`: [`Option`]** - Withholding information for the user +- **`ok.data`: [`UserData`]** - The complete user resource, including `id`, `name`, `username`, and any requested optional user fields - **`ok.includes`: [`Option`]** - Additional entities related to the user: - `users`: Other users referenced by this user - `tweets`: Tweets referenced by this user (e.g., pinned tweet)