ChimeraCoder / anaconda

A Go client library for the Twitter 1.1 API
MIT License
1.14k stars 247 forks source link

add symbols entity object to entities struct #246

Open mvsestito opened 6 years ago

mvsestito commented 6 years ago

Added the symbols entity to the entities struct.

The symbols entity represents $cashtags, included in the text of the Tweet. Example: { "symbols": [ { "indices": [ 12, 17 ], "text": "twtr" } ] }

ref: https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/entities-object#symbols

fixes #103