[PR]
Response
- class tweepy.Response(data, includes, errors, meta)
A
collections.namedtuple()
, withdata
,includes
,errors
, andmeta
fields, corresponding with the fields in responses from Twitter's API.バージョン 4.0 で追加.
[PR]
Response
A collections.namedtuple()
, with data
, includes
, errors
,
and meta
fields, corresponding with the fields in responses from
Twitter's API.
バージョン 4.0 で追加.