View on GitHub

LinqToTwitter

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

PhotoSize Entity

The photo size entity contains properties about photo sizes. The input column designates whether the property is populated by the user and not Twitter (yes) or if it is a property populated by Twitter (no).

Properties:
Name Purpose Type Input
Height Photo height int no
Resize Resize behavior string no
Type Type of photo size string no
Width Photo width int no

Twitter API: not documented