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