@@ -238,6 +238,7 @@ Types:
238238- <code ><a href =" ./src/resources/x/tweets/tweets.ts " >TweetRetrieveResponse</a ></code >
239239- <code ><a href =" ./src/resources/x/tweets/tweets.ts " >TweetDeleteResponse</a ></code >
240240- <code ><a href =" ./src/resources/x/tweets/tweets.ts " >TweetGetRepliesResponse</a ></code >
241+ - <code ><a href =" ./src/resources/x/tweets/tweets.ts " >TweetSearchResponse</a ></code >
241242
242243Methods:
243244
@@ -250,7 +251,7 @@ Methods:
250251- <code title =" get /x/tweets/{id}/replies " >client.x.tweets.<a href =" ./src/resources/x/tweets/tweets.ts " >getReplies</a >(id, { ...params }) -> TweetGetRepliesResponse</code >
251252- <code title =" get /x/tweets/{id}/retweeters " >client.x.tweets.<a href =" ./src/resources/x/tweets/tweets.ts " >getRetweeters</a >(id, { ...params }) -> PaginatedUsers</code >
252253- <code title =" get /x/tweets/{id}/thread " >client.x.tweets.<a href =" ./src/resources/x/tweets/tweets.ts " >getThread</a >(id, { ...params }) -> PaginatedTweets</code >
253- - <code title =" get /x/tweets/search " >client.x.tweets.<a href =" ./src/resources/x/tweets/tweets.ts " >search</a >({ ...params }) -> PaginatedTweets </code >
254+ - <code title =" get /x/tweets/search " >client.x.tweets.<a href =" ./src/resources/x/tweets/tweets.ts " >search</a >({ ...params }) -> TweetSearchResponse </code >
254255
255256### Like
256257
@@ -282,22 +283,25 @@ Types:
282283
283284- <code ><a href =" ./src/resources/x/users/users.ts " >UserRemoveFollowerResponse</a ></code >
284285- <code ><a href =" ./src/resources/x/users/users.ts " >UserRetrieveBatchResponse</a ></code >
286+ - <code ><a href =" ./src/resources/x/users/users.ts " >UserRetrieveFollowersResponse</a ></code >
287+ - <code ><a href =" ./src/resources/x/users/users.ts " >UserRetrieveFollowingResponse</a ></code >
288+ - <code ><a href =" ./src/resources/x/users/users.ts " >UserRetrieveVerifiedFollowersResponse</a ></code >
285289
286290Methods:
287291
288292- <code title =" get /x/users/{id} " >client.x.users.<a href =" ./src/resources/x/users/users.ts " >retrieve</a >(id) -> UserProfile</code >
289293- <code title =" post /x/users/{id}/remove-follower " >client.x.users.<a href =" ./src/resources/x/users/users.ts " >removeFollower</a >(id, { ...params }) -> UserRemoveFollowerResponse</code >
290294- <code title =" get /x/users/batch " >client.x.users.<a href =" ./src/resources/x/users/users.ts " >retrieveBatch</a >({ ...params }) -> UserRetrieveBatchResponse</code >
291- - <code title =" get /x/users/{id}/followers " >client.x.users.<a href =" ./src/resources/x/users/users.ts " >retrieveFollowers</a >(id, { ...params }) -> PaginatedUsers </code >
295+ - <code title =" get /x/users/{id}/followers " >client.x.users.<a href =" ./src/resources/x/users/users.ts " >retrieveFollowers</a >(id, { ...params }) -> UserRetrieveFollowersResponse </code >
292296- <code title =" get /x/users/{id}/followers-you-know " >client.x.users.<a href =" ./src/resources/x/users/users.ts " >retrieveFollowersYouKnow</a >(id, { ...params }) -> PaginatedUsers</code >
293- - <code title =" get /x/users/{id}/following " >client.x.users.<a href =" ./src/resources/x/users/users.ts " >retrieveFollowing</a >(id, { ...params }) -> PaginatedUsers </code >
297+ - <code title =" get /x/users/{id}/following " >client.x.users.<a href =" ./src/resources/x/users/users.ts " >retrieveFollowing</a >(id, { ...params }) -> UserRetrieveFollowingResponse </code >
294298- <code title =" get /x/users/{id}/likes " >client.x.users.<a href =" ./src/resources/x/users/users.ts " >retrieveLikes</a >(id, { ...params }) -> PaginatedTweets</code >
295299- <code title =" get /x/users/{id}/media " >client.x.users.<a href =" ./src/resources/x/users/users.ts " >retrieveMedia</a >(id, { ...params }) -> PaginatedTweets</code >
296300- <code title =" get /x/users/{id}/mentions " >client.x.users.<a href =" ./src/resources/x/users/users.ts " >retrieveMentions</a >(id, { ...params }) -> PaginatedTweets</code >
297301- <code title =" get /x/users/{id}/replies " >client.x.users.<a href =" ./src/resources/x/users/users.ts " >retrieveReplies</a >(id, { ...params }) -> PaginatedTweets</code >
298302- <code title =" get /x/users/search " >client.x.users.<a href =" ./src/resources/x/users/users.ts " >retrieveSearch</a >({ ...params }) -> PaginatedUsers</code >
299303- <code title =" get /x/users/{id}/tweets " >client.x.users.<a href =" ./src/resources/x/users/users.ts " >retrieveTweets</a >(id, { ...params }) -> PaginatedTweets</code >
300- - <code title =" get /x/users/{id}/verified-followers " >client.x.users.<a href =" ./src/resources/x/users/users.ts " >retrieveVerifiedFollowers</a >(id, { ...params }) -> PaginatedUsers </code >
304+ - <code title =" get /x/users/{id}/verified-followers " >client.x.users.<a href =" ./src/resources/x/users/users.ts " >retrieveVerifiedFollowers</a >(id, { ...params }) -> UserRetrieveVerifiedFollowersResponse </code >
301305
302306### Follow
303307
@@ -467,6 +471,12 @@ Methods:
467471
468472# Support
469473
474+ ## Attachments
475+
476+ Methods:
477+
478+ - <code title =" get /support/attachments/{id} " >client.support.attachments.<a href =" ./src/resources/support/attachments.ts " >download</a >(id, { ...params }) -> Response</code >
479+
470480## Tickets
471481
472482Types:
0 commit comments