ChimeraCoder / anaconda

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

The field `is_quote_status` is not included in `anaconda.Tweet`. #217

Open joelsimonoff opened 6 years ago

joelsimonoff commented 6 years ago

The field: is_quote_status is not included in the struct anaconda.Tweet. Is this by design?

The easiest work around seems to be to check if tweet.QuotedStatus == nil, but the same can be said for tweet.Retweeted, but that field is included.

Should I make a pull request and update the anaconda.Tweet struct.

Here is the godoc version I am looking at: https://godoc.org/github.com/ChimeraCoder/anaconda#Tweet

Thanks for your help!

muesli commented 6 years ago

@JoelSimonoff: As it's part of the official Twitter API docs we should indeed add this as a struct member, too. A pull request would be appreciated!