Twitterizer 2 Documentation
RetweetedBy Method (tokens, statusId, options)
NamespacesTwitterizerTwitterUserRetweetedBy(OAuthTokens, Decimal, RetweetedByOptions)
Show user objects of up to 100 members who retweeted the status.
Declaration Syntax
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)
Parameters
tokens (OAuthTokens)
The tokens.
statusId (Decimal)
The status id.
options (RetweetedByOptions)
The options.
Return Value
A collection of user objects.

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)