Also removed Url property of type UrlEntity from Entities struct since it's not mentioned in API docs: https://dev.twitter.com/overview/api/entities-in-twitter-objects#tweets Not sure why it was there, but in official API docs for Tweet Entity only mentions: media, urls, user_mentions, hashtags and symbols.
Fixes #115
Also removed
Url
property of typeUrlEntity
fromEntities
struct since it's not mentioned in API docs: https://dev.twitter.com/overview/api/entities-in-twitter-objects#tweets Not sure why it was there, but in official API docs for Tweet Entity only mentions: media, urls, user_mentions, hashtags and symbols.