Twitterizer 2 Documentation
RelatedResultsShow Method (tokens, statusId)
NamespacesTwitterizerTwitterStatusRelatedResultsShow(OAuthTokens, Decimal)
Shows Related Results of a tweet. Requires the id parameter of the tweet you are getting results for.
Declaration Syntax
C#Visual Basic
public static TwitterResponse<TwitterRelatedTweetsCollection> RelatedResultsShow(
	OAuthTokens tokens,
	decimal statusId
)
Public Shared Function RelatedResultsShow ( _
	tokens As OAuthTokens, _
	statusId As Decimal _
) As TwitterResponse(Of TwitterRelatedTweetsCollection)
Parameters
tokens (OAuthTokens)
The tokens.
statusId (Decimal)
The status id.
Return Value
A TwitterStatus representing the newly created tweet.

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