Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 673 Bytes

FilteredStreamingTweet.md

File metadata and controls

17 lines (9 loc) · 673 Bytes

FilteredStreamingTweet

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]
matchingRules List<FilteredStreamingTweetMatchingRules> The list of rules which matched the tweet [optional]
includes Expansions [optional]
errors List<Problem> [optional]