UsersRetweetsCreateResponse |
TweetsApi.usersIdRetweets(UsersRetweetsCreateRequest usersRetweetsCreateRequest,
String id) |
Causes the user (in the path) to retweet the specified tweet
Causes the user (in the path) to retweet the specified tweet.
|
UsersRetweetsCreateResponse |
TweetsApi.usersIdRetweets(Integer retries,
UsersRetweetsCreateRequest usersRetweetsCreateRequest,
String id) |
Calls the API using a retry mechanism to handle rate limits errors.
|
okhttp3.Call |
TweetsApi.usersIdRetweetsAsync(UsersRetweetsCreateRequest usersRetweetsCreateRequest,
String id,
ApiCallback<UsersRetweetsCreateResponse> _callback) |
Causes the user (in the path) to retweet the specified tweet (asynchronously)
Causes the user (in the path) to retweet the specified tweet.
|
okhttp3.Call |
TweetsApi.usersIdRetweetsCall(UsersRetweetsCreateRequest usersRetweetsCreateRequest,
String id,
ApiCallback _callback) |
Build call for usersIdRetweets
|
ApiResponse<UsersRetweetsCreateResponse> |
TweetsApi.usersIdRetweetsWithHttpInfo(UsersRetweetsCreateRequest usersRetweetsCreateRequest,
String id) |
Causes the user (in the path) to retweet the specified tweet
Causes the user (in the path) to retweet the specified tweet.
|