ChimeraCoder / anaconda

A Go client library for the Twitter 1.1 API
MIT License
1.14k stars 247 forks source link

Parse 'quoted_status' #97

Closed aatishnn closed 7 years ago

aatishnn commented 9 years ago

Tweets may have "quoted_status" if the retweet was quoted. Having a pointer to "quoted_status" similar to "retweeted_status" would be great.

andrewwatson commented 7 years ago

It looks like this may be resolved. Can anyone confirm?

victoriadrake commented 7 years ago

Yes, I'm able to get the Tweet object of the quoted tweet with QuotedStatus.

aatishnn commented 7 years ago

I don't use this anymore but tweet.go looks good on these fields.