Skip to content

Commit

Permalink
Add version changed directive to documentation for get_quote_tweets
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Oct 9, 2022
1 parent 17e02b7 commit 48ebdb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tweepy/asynchronous/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,9 @@ async def get_quote_tweets(self, id, *, user_auth=False, **params):
The Tweets returned by this endpoint count towards the Project-level
`Tweet cap`_.
.. versionchanged:: 4.11
Added ``exclude`` parameter
Parameters
----------
id : int | str
Expand Down
3 changes: 3 additions & 0 deletions tweepy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,9 @@ def get_quote_tweets(self, id, *, user_auth=False, **params):
.. versionadded:: 4.7
.. versionchanged:: 4.11
Added ``exclude`` parameter
Parameters
----------
id : int | str
Expand Down

0 comments on commit 48ebdb7

Please sign in to comment.