Represents a direct message.
More...
|
| 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...
|
| |
Represents a direct message.
◆ ToString()
| override string CoreTweet.DirectMessage.ToString |
( |
| ) |
|
|
inline |
Returns the ID of this instance.
- Returns
- The ID of this instance.
◆ 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: