Twitterizer 2 Documentation
TwitterDirectMessage Class
NamespacesTwitterizerTwitterDirectMessage
The Direct Message Entity Class
Declaration Syntax
C#Visual Basic
[SerializableAttribute]
[JsonObjectAttribute(MemberSerialization = MemberSerialization.OptIn)]
public class TwitterDirectMessage : TwitterObject
<SerializableAttribute> _
<JsonObjectAttribute(MemberSerialization := MemberSerialization.OptIn)> _
Public Class TwitterDirectMessage _
	Inherits TwitterObject
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TwitterDirectMessage()()()()
Initializes a new instance of the TwitterDirectMessage class

CreatedDate
Gets or sets the created date.

Delete(OAuthTokens, OptionalProperties)
Deletes this direct message.

Delete(OAuthTokens, Decimal, OptionalProperties)
Deletes this direct message.

DirectMessages(OAuthTokens)
Returns a list of the 20 most recent direct messages sent to the authenticating user.

DirectMessages(OAuthTokens, DirectMessagesOptions)
Returns a list of the 20 most recent direct messages sent to the authenticating user.

DirectMessagesSent(OAuthTokens)
Returns a list of the 20 most recent direct messages sent by the authenticating user.

DirectMessagesSent(OAuthTokens, DirectMessagesSentOptions)
Returns a list of the 20 most recent direct messages sent by the authenticating user.

Entities
Gets or sets the entities.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Id
Gets or sets the direct message id.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Recipient
Gets or sets the recipient.

RecipientId
Gets or sets the recipient id.

RecipientScreenName
Gets or sets the name of the recipient screen.

Send(OAuthTokens, Decimal, String, OptionalProperties)
Sends a new direct message to the specified user from the authenticating user.

Send(OAuthTokens, Decimal, String)
Sends a new direct message to the specified user from the authenticating user.

Send(OAuthTokens, String, String, OptionalProperties)
Sends a new direct message to the specified user from the authenticating user.

Send(OAuthTokens, String, String)
Sends a new direct message to the specified user from the authenticating user.

Sender
Gets or sets the sender.

SenderId
Gets or sets the sender id.

SenderScreenName
Gets or sets the name of the sender screen.

Text
Gets or sets the direct message text.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
TwitterObject
 TwitterDirectMessage

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