I think the twitter stream doesn't provide this information. Even the e.MatchingTracks is populated behind the scenes by tweetinvi.
So a tweet could be matching both a track and a follow parameter.
Twitter provides this information about the follow parameter.
I think you can use this information to get MatchingFollows.
imlokesh
So a tweet could be matching both a track and a follow parameter.
Twitter provides this information about the follow parameter.
For each user specified in the follow parameter, the stream will contain:ref: https://dev.twitter.com/streaming/overview/request-parameters#follow
- Tweets created by the user.
- Tweets which are retweeted by the user.
- Replies to any Tweet created by the user.
- Retweets of any Tweet created by the user.
- Manual replies, created without pressing a reply button (e.g. “@twitterapi I agree”).
I think you can use this information to get MatchingFollows.
imlokesh