anaconda
anaconda copied to clipboard
The field `is_quote_status` is not included in `anaconda.Tweet`.
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!
@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!