TypeHub

A next generation API and data design platform.

Sign up Login in Browse

Tweet_Details

Document
Property Type Description
id Text 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.
text Text The content of the Tweet.
created_at DateTime Creation time of the Tweet.
author_id Text 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.
edit_history_tweet_ids Text Unique identifiers indicating all versions of an edited Tweet. For Tweets with no edits, there will be one ID. For Tweets with an edit history, there will be multiple IDs, arranged in ascending order reflecting the order of edit, with the most recent version in the last position of the array.
conversation_id Text The Tweet ID of the original Tweet of the conversation (which includes direct replies, replies of replies).
in_reply_to_user_id Text If this Tweet is a Reply, indicates the user ID of the parent Tweet's author. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
part of the Apioo-Project