![]() |
CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Represents an event message. More...
Protected Member Functions | |
| override MessageType | GetMessageType () |
| Gets the type of the message. More... | |
Properties | |
| User | Target [get, set] |
| Gets or sets the target user. More... | |
| User | Source [get, set] |
| Gets or sets the source. More... | |
| EventCode | Event [get, set] |
| Gets or sets the event code. More... | |
| EventTargetType | TargetType [get, set] |
| Gets or sets the type of target. More... | |
| Status | TargetStatus [get, set] |
| Gets or sets the target status. More... | |
| List | TargetList [get, set] |
| Gets or sets the target List. More... | |
| AccessRevocation | TargetToken [get, set] |
| Gets or sets the target access token. More... | |
| DateTimeOffset | CreatedAt [get, set] |
| Gets or sets the time when the event happened. 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... | |
Represents an event message.
|
inlineprotectedvirtual |
Gets the type of the message.
Implements CoreTweet.Streaming.StreamingMessage.
|
getset |
Gets or sets the time when the event happened.
|
getset |
Gets or sets the event code.
|
getset |
Gets or sets the source.
|
getset |
Gets or sets the target user.
|
getset |
Gets or sets the target status.
|
getset |
Gets or sets the target access token.
|
getset |
Gets or sets the type of target.
1.8.17