- If a Post was edit eligible at the time of creation. Some Posts, such as those with polls or scheduled Posts, cannot be edited.
- Posts are editable for 30 minutes, and can be edited up to 5 times. For editable Posts, you can see if time for editing remains and how many more edits are possible.
- If you are viewing an edited version of a Post. In most cases, the API will return the most recent version of a Post, unless a specific past version is requested by Post ID.
- edit_history - Provides all Post IDs associated with the edit history of the Post. The “initial_tweet_id” attribute indicates the original Post and the “edit_tweet_ids” attribute is an array that provides all IDs associated with its edit history. If the Post has not been edited, this array will contain a single ID.
- edit_controls - Provides attributes that indicate when the 30-minute edit window ends and how many potential edits remain.
- editable - Indicates whether a Post was eligible for editing when created.
- Post is promoted
- Post has a poll
- Post is a non-self-thread reply
- Post is a Retweet (note that Quote Tweets are eligible for edit)
- Post is nullcast
- Community Post
- Superfollow Post
- Collaborative Post
"edit_tweet_ids"
array has a single ID.
"edit_tweet_ids"
array has two IDs, one for the original Post and one for the edited update.