![]() |
CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Represents a streaming message containing a timestamp. More...
Properties | |
DateTimeOffset | Timestamp [get, set] |
Gets or sets the timestamp. More... | |
![]() | |
string | Json [get, set] |
Gets or sets the raw JSON. More... | |
Additional Inherited Members | |
![]() | |
static StreamingMessage | Parse (string x) |
Converts the JSON to a StreamingMessage object. More... | |
![]() | |
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) |
![]() | |
MessageType | Type => this.GetMessageType() |
Gets the type of the message. More... | |
![]() | |
abstract MessageType | GetMessageType () |
Gets the type of the message. More... | |
Represents a streaming message containing a timestamp.
|
getset |
Gets or sets the timestamp.