CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Public Member Functions | Properties | List of all members
CoreTweet.DirectMessage Class Reference

Represents a direct message. More...

Inheritance diagram for CoreTweet.DirectMessage:
CoreTweet.Core.CoreBase CoreTweet.DirectMessageResponse

Public Member Functions

override string ToString ()
 Returns the ID of this instance. More...
 

Properties

long Id [get, set]
 Gets or sets the integer representation of the unique identifier for the Direct message. More...
 
User Sender [get, set]
 Gets or sets the sender of the Direct message. More...
 
User Recipient [get, set]
 Gets or sets the Recipient of the Direct message. More...
 
DateTimeOffset CreatedAt [get, set]
 Gets or sets the time when the Direct message was created. More...
 
Entities Entities [get, set]
 Gets or sets the entities which have been parsed out of the text of the Direct message. More...
 
string Text [get, set]
 Gets or sets the actual text of the Direct message. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 

Detailed Description

Represents a direct message.

Member Function Documentation

◆ ToString()

override string CoreTweet.DirectMessage.ToString ( )
inline

Returns the ID of this instance.

Returns
The ID of this instance.

Property Documentation

◆ CreatedAt

DateTimeOffset CoreTweet.DirectMessage.CreatedAt
getset

Gets or sets the time when the Direct message was created.

◆ Entities

Entities CoreTweet.DirectMessage.Entities
getset

Gets or sets the entities which have been parsed out of the text of the Direct message.

◆ Id

long CoreTweet.DirectMessage.Id
getset

Gets or sets the integer representation of the unique identifier for the Direct message.

◆ Recipient

User CoreTweet.DirectMessage.Recipient
getset

Gets or sets the Recipient of the Direct message.

◆ Sender

User CoreTweet.DirectMessage.Sender
getset

Gets or sets the sender of the Direct message.

◆ Text

string CoreTweet.DirectMessage.Text
getset

Gets or sets the actual text of the Direct message.


The documentation for this class was generated from the following file: