Twitterizer 2 Documentation
Send Method (tokens, userId, text)
NamespacesTwitterizerTwitterDirectMessageSend(OAuthTokens, Decimal, String)
Sends a new direct message to the specified user from the authenticating user.
Declaration Syntax
C#Visual Basic
public static TwitterResponse<TwitterDirectMessage> Send(
	OAuthTokens tokens,
	decimal userId,
	string text
)
Public Shared Function Send ( _
	tokens As OAuthTokens, _
	userId As Decimal, _
	text As String _
) As TwitterResponse(Of TwitterDirectMessage)
Parameters
tokens (OAuthTokens)
The OAuth tokens.
userId (Decimal)
The user id.
text (String)
The text of your direct message.
Return Value
A TwitterDirectMessage instance.

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