CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.V2.RecentSearchMeta Class Reference
Inheritance diagram for CoreTweet.V2.RecentSearchMeta:
CoreTweet.Core.CoreBase

Properties

long NewestId [get, set]
 Tweet ID of the most recent (largest ID) Tweet in the response. When implementing a polling use pattern, the first response contains the ID needed for setting the since_id for the next polling request. More...
 
long OldestId [get, set]
 Tweet ID of the oldest (smallest ID) Tweet in the response. More...
 
string NextToken [get, set]
 Included when there is an additional 'page' of data to request. More...
 
int ResultCount [get, set]
 Indicated the number of Tweets in the response. More...
 

Additional Inherited Members

- 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)
 

Property Documentation

◆ NewestId

long CoreTweet.V2.RecentSearchMeta.NewestId
getset

Tweet ID of the most recent (largest ID) Tweet in the response. When implementing a polling use pattern, the first response contains the ID needed for setting the since_id for the next polling request.

◆ NextToken

string CoreTweet.V2.RecentSearchMeta.NextToken
getset

Included when there is an additional 'page' of data to request.

◆ OldestId

long CoreTweet.V2.RecentSearchMeta.OldestId
getset

Tweet ID of the oldest (smallest ID) Tweet in the response.

◆ ResultCount

int CoreTweet.V2.RecentSearchMeta.ResultCount
getset

Indicated the number of Tweets in the response.


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