StreamResponse

class tweepy.StreamResponse(data, includes, errors, matching_rules)

The StreamResponse returned by StreamingClient.on_response() is a collections.namedtuple, with data, includes, errors, and matching_rules fields, corresponding with the fields in responses from Twitter’s API.

New in version 4.6.