Skip to content
New issue

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

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

Open
joelsimonoff opened this issue Nov 10, 2017 · 1 comment
Open

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

joelsimonoff opened this issue Nov 10, 2017 · 1 comment

Comments

@joelsimonoff
Copy link

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
Copy link
Collaborator

muesli commented Nov 18, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants