Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 714 Bytes

FilteredStreamingTweetResponse.md

File metadata and controls

17 lines (9 loc) · 714 Bytes

FilteredStreamingTweetResponse

A Tweet or error that can be returned by the streaming Tweet API. The values returned with a successful streamed Tweet includes the user provided rules that the Tweet matched.

Properties

Name Type Description Notes
data Tweet [optional]
errors List<Problem> [optional]
includes Expansions [optional]
matchingRules List<FilteredStreamingTweetResponseMatchingRules> The list of rules which matched the Tweet [optional]