anaconda icon indicating copy to clipboard operation
anaconda copied to clipboard

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

Open joelsimonoff opened this issue 8 years ago • 1 comments

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 avatar Nov 10 '17 23:11 joelsimonoff

@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!

muesli avatar Nov 18 '17 01:11 muesli