CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Tweet status payload when any of the following actions are taken by or to the subscription user: Tweets, Retweets, Replies, @mentions, QuoteTweets More...
Public Member Functions | |
IEnumerator< Status > | GetEnumerator () |
Protected Member Functions | |
override ActivityEventType | GetEventType () |
Gets the type of the event. More... | |
Properties | |
bool? | UserHasBlocked [get, set] |
long? | IsBlockedBy [get, set] |
Status[] | Items [get, set] |
Properties inherited from CoreTweet.AccountActivity.UserSpecificActivityEvent | |
long? | ForUserId [get, set] |
Properties inherited from CoreTweet.AccountActivity.ActivityEvent | |
string | Json [get, set] |
Gets or sets the raw JSON. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from CoreTweet.AccountActivity.ActivityEvent | |
static ActivityEvent | Parse (string x) |
Converts the JSON to a ActivityEvent 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.AccountActivity.ActivityEvent | |
ActivityEventType | Type => this.GetEventType() |
Gets the type of the event. More... | |
Tweet status payload when any of the following actions are taken by or to the subscription user: Tweets, Retweets, Replies, @mentions, QuoteTweets
IEnumerator<Status> CoreTweet.AccountActivity.TweetCreateEvents.GetEnumerator | ( | ) |
|
protectedvirtual |
Gets the type of the event.
Implements CoreTweet.AccountActivity.ActivityEvent.
|
getset |
|
getset |
|
getset |