Skip to content

Commit

Permalink
Add include_entities endpoint parameter for API.search_users
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Feb 10, 2021
1 parent 21802f9 commit 8d64b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweepy/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def search_users(self, q, *args, **kwargs):
"""
return self.request(
'GET', 'users/search', q, *args, endpoint_parameters=(
'q', 'count', 'page'
'q', 'count', 'page', 'include_entities'
), **kwargs
)

Expand Down

0 comments on commit 8d64b61

Please sign in to comment.