We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is_quote_status
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.
tweet.QuotedStatus == nil
tweet.Retweeted
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:
@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!
Sorry, something went wrong.
No branches or pull requests
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: