View on GitHub

LinqToTwitter

LINQ Provider for the Twitter API (C# Twitter Library)

Data Dictionary

This section lists the objects that LINQ to Twitter works with. The Twitter API returns JSON that LINQ to Twitter deserializes into objects. Many object correspond directly to corresponding Twitter API objects. Other object, such as Raw or various enums, belong purely to LINQ to Twitter to make it easier to use.

Raw Object

Response from a Raw Query

Tweet Object

A user’s tweet

TweetMedia Object

Represents a GIF, photo, or video included with a tweet.

TweetPoll Object

Represents a Poll.

TwitterPlace Object

Represents a Twitter place.

TwitterUser Object

Represents a Twitter user.