Skip to content

Commit

Permalink
Add version changed directive to documentation for get_list_tweets
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Oct 8, 2022
1 parent 86577b1 commit 5cb2616
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tweepy/asynchronous/client.py
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions tweepy/client.py
Expand Up @@ -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
Expand Down

0 comments on commit 5cb2616

Please sign in to comment.