From 5cb26164473b4527eccd7e05efbf903abccc1f3b Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 8 Oct 2022 14:23:02 -0500 Subject: [PATCH] Add version changed directive to documentation for get_list_tweets --- tweepy/asynchronous/client.py | 4 ++++ tweepy/client.py | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/tweepy/asynchronous/client.py b/tweepy/asynchronous/client.py index e339679be..a7ce77bfe 100644 --- a/tweepy/asynchronous/client.py +++ b/tweepy/asynchronous/client.py @@ -2563,6 +2563,10 @@ async def get_list_tweets(self, id, *, user_auth=False, **params): Returns a list of Tweets from the specified List. + .. versionchanged:: 4.10.1 + Added ``media_fields``, ``place_fields``, and ``poll_fields`` + parameters + Parameters ---------- id : list[str] | str diff --git a/tweepy/client.py b/tweepy/client.py index b36be6193..cba77b765 100644 --- a/tweepy/client.py +++ b/tweepy/client.py @@ -2769,6 +2769,10 @@ def get_list_tweets(self, id, *, user_auth=False, **params): .. versionadded:: 4.4 + .. versionchanged:: 4.10.1 + Added ``media_fields``, ``place_fields``, and ``poll_fields`` + parameters + Parameters ---------- id : list[str] | str