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