CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.Streaming.TimestampMessage Class Reference

Represents a streaming message containing a timestamp. More...

Inheritance diagram for CoreTweet.Streaming.TimestampMessage:
CoreTweet.Streaming.StreamingMessage CoreTweet.Core.CoreBase CoreTweet.Streaming.DeleteMessage CoreTweet.Streaming.LimitMessage CoreTweet.Streaming.ScrubGeoMessage CoreTweet.Streaming.StatusMessage CoreTweet.Streaming.StatusWithheldMessage CoreTweet.Streaming.UserMessage CoreTweet.Streaming.UserWithheldMessage CoreTweet.Streaming.WarningMessage

Properties

DateTimeOffset Timestamp [get, set]
 Gets or sets the timestamp. More...
 
- Properties inherited from CoreTweet.Streaming.StreamingMessage
string Json [get, set]
 Gets or sets the raw JSON. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Streaming.StreamingMessage
static StreamingMessage Parse (string x)
 Converts the JSON to a StreamingMessage object. More...
 
- 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)
 
- Public Attributes inherited from CoreTweet.Streaming.StreamingMessage
MessageType Type => this.GetMessageType()
 Gets the type of the message. More...
 
- Protected Member Functions inherited from CoreTweet.Streaming.StreamingMessage
abstract MessageType GetMessageType ()
 Gets the type of the message. More...
 

Detailed Description

Represents a streaming message containing a timestamp.

Property Documentation

◆ Timestamp

DateTimeOffset CoreTweet.Streaming.TimestampMessage.Timestamp
getset

Gets or sets the timestamp.


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