Show user objects of up to 100 members who retweeted the status.
| C# | Visual Basic |
public static TwitterResponse<TwitterUserCollection> RetweetedBy( OAuthTokens tokens, decimal statusId )
Public Shared Function RetweetedBy ( _ tokens As OAuthTokens, _ statusId As Decimal _ ) As TwitterResponse(Of TwitterUserCollection)
- tokens (OAuthTokens)
- The tokens.
- statusId (Decimal)
- The status id.
A collection of user objects.