The field is_quote_status
is not included in anaconda.Tweet
.
#217
Labels
is_quote_status
is not included in anaconda.Tweet
.
#217
The field:
is_quote_status
is not included in the structanaconda.Tweet
. Is this by design?The easiest work around seems to be to check if
tweet.QuotedStatus == nil
, but the same can be said fortweet.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!
The text was updated successfully, but these errors were encountered: