Skip to main content
Module

x/twitter_api_client/mod.ts>TweetParam

Twitter API client for Deno
Go to Latest
interface TweetParam
import { type TweetParam } from "https://deno.land/x/twitter_api_client@v0.3.1/mod.ts";

Properties

optional
expansions: { attachments.poll_ids?: boolean; attachments.media_keys?: boolean; author_id?: boolean; entities.mentions.username?: boolean; geo.place_id?: boolean; in_reply_to_user_id?: boolean; referenced_tweets.id?: boolean; }
optional
media.fields: { duration_ms?: boolean; height?: boolean; media_key?: boolean; preview_image_url?: boolean; type?: boolean; url?: boolean; width?: boolean; public_metrics?: boolean; organic_metrics?: boolean; promoted_metrics?: boolean; }
optional
place.fields: { contained_within?: boolean; country?: boolean; country_code?: boolean; full_mame?: boolean; geo?: boolean; id?: boolean; name?: boolean; place_type?: boolean; }
optional
poll.fields: { duration_minutes?: boolean; end_datetime?: boolean; id?: boolean; options?: boolean; voting_status?: boolean; }
optional
tweet.fields: { attachments?: boolean; author_id?: boolean; context_annotations?: boolean; conversation_id?: boolean; created_at?: boolean; entities?: boolean; geo?: boolean; geo.coordinates?: boolean; id?: boolean; in_reply_to_user_id?: boolean; lang?: boolean; non_public_metrics?: boolean; public_metrics?: boolean; organic_metrics?: boolean; promoted_metrics?: boolean; possibly_sensitive?: boolean; referenced_tweets?: boolean; source?: boolean; text?: boolean; withheld?: boolean; }
optional
user.fields: { created_at?: boolean; description?: boolean; entities?: boolean; id?: boolean; location?: boolean; name?: boolean; pinned_tweet_id?: boolean; profile_image_url?: boolean; protected?: boolean; public_metrics?: boolean; url?: boolean; username?: boolean; verified?: boolean; withheld?: boolean; }