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.

버전 4.6에 추가.