[PR]
StreamResponse
- class tweepy.StreamResponse(data, includes, errors, matching_rules)
The
StreamResponse
returned byStreamingClient.on_response()
is acollections.namedtuple
, withdata
,includes
,errors
, andmatching_rules
fields, corresponding with the fields in responses from Twitter's API.バージョン 4.6 で追加.