Type alias TweetPostContent
TweetPostContent: {
attachments?: TweetAttachmentV2;
author_id?: string;
conversation_id?: string;
created_at?: string;
edit_history_tweet_ids: string[];
id: string;
in_reply_to_user_id?: string;
lang?: string;
referenced_tweets?: ReferencedTweetV2[];
username: string;
}
Type declaration
-
Optional
attachments?: TweetAttachmentV2
-
Optional
author_id?: string
-
Optional
conversation_id?: string
-
Optional
created_at?: string
-
edit_history_tweet_ids: string[]
-
id: string
-
Optional
in_reply_to_user_id?: string
-
Optional
lang?: string
-
Optional
referenced_tweets?: ReferencedTweetV2[]
-
username: string