From a1c104f2f9fa46371ae585b3603b761b91904612 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 24 Oct 2022 16:35:07 -0500 Subject: [PATCH] Add version changed directive to documentation for Tweet --- tweepy/tweet.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tweepy/tweet.py b/tweepy/tweet.py index 0aa6c09..f780acb 100644 --- a/tweepy/tweet.py +++ b/tweepy/tweet.py @@ -25,6 +25,9 @@ class Tweet(HashableID, DataMapping): .. versionadded:: 4.0 + .. versionchanged:: 4.11 + Added ``edit_history_tweet_ids`` and ``edit_controls`` fields + Attributes ---------- data : dict -- 2.25.1