Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

New Post: Stream Questions

$
0
0
Hi Carmen,

It does not look like this is possible, Twitter does not provide this parameter (doc).
But you can use the language parameter of the tweet though.
fs.MatchingTweetReceived += (sender, args) =>
{
    if (args.Tweet.Language == Language.English)
    {
        // Gotcha
    }
};
Linvi

Viewing all articles
Browse latest Browse all 4126

Trending Articles