Shows Related Results of a tweet. Requires the id parameter of the tweet you are getting results for.
| 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)
- tokens (OAuthTokens)
- The tokens.
- statusId (Decimal)
- The status id.
A TwitterStatus representing the newly created tweet.