|
| 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...
|
| |
◆ 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: