Returns up to 100 of the first retweets of a given tweet.
| C# | Visual Basic |
public static TwitterResponse<TwitterStatusCollection> Retweets( OAuthTokens tokens, decimal statusId )
Public Shared Function Retweets ( _ tokens As OAuthTokens, _ statusId As Decimal _ ) As TwitterResponse(Of TwitterStatusCollection)
- tokens (OAuthTokens)
- The tokens.
- statusId (Decimal)
- The status id.
A TwitterStatusCollection instance.