From 56a0e152849d75b6440b544d1e510d5f9ae0fb1d Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 17 Nov 2021 08:13:36 -0600 Subject: [PATCH] Add version added directive to documentation for Client.get_space_buyers --- tweepy/client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tweepy/client.py b/tweepy/client.py index de689a6..0da5dae 100644 --- a/tweepy/client.py +++ b/tweepy/client.py @@ -1873,6 +1873,8 @@ class Client: You must authenticate the request using the Access Token of the creator of the requested Space. + .. versionadded:: 4.4 + Parameters ---------- id : str -- 2.25.1