makes quoted_status & associated properties (quoted_status_id, quoted_status_id_str) optional.
adds support for quoted_status nested within retweeted_status which is present in the response Twitter provides. I have never seen Twitter return any statuses nested more deeply than this. (made optional a la previous bullet)
This PR has two changes
quoted_status
& associated properties (quoted_status_id
,quoted_status_id_str
) optional.quoted_status
nested withinretweeted_status
which is present in the response Twitter provides. I have never seen Twitter return any statuses nested more deeply than this. (made optional a la previous bullet)