CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.Configurations Class Reference

Represents the current configuration used by Twitter including twitter.com slugs which are not usernames, maximum photo resolutions, and t.co URL lengths. More...

Inheritance diagram for CoreTweet.Configurations:
CoreTweet.Core.CoreBase CoreTweet.Core.ITwitterResponse

Properties

int CharactersReservedPerMedia [get, set]
 Gets or sets the count of the characters that is reserved for a media. More...
 
int DMTextCharacterLimit [get, set]
 Gets or sets the limit of the characters that can be sent as a DM. More...
 
int MaxMediaPerUpload [get, set]
 Gets or sets the count of the limit of the count of medias that can be uploaded at once. More...
 
string[] NonUsernamePaths [get, set]
 
int PhotoSizeLimit [get, set]
 Gets or sets the limit of the size of media that can be uploaded. More...
 
int ShortUrlLength [get, set]
 Gets or sets the length of the shorten URL. More...
 
int ShortUrlLengthHttps [get, set]
 Gets or sets the length of the shorten URL that uses SSL. More...
 
MediaSizes PhotoSizes [get, set]
 Gets or sets the sizes of a photo. More...
 
RateLimit RateLimit [get, set]
 Gets or sets the rate limit of the response. More...
 
string Json [get, set]
 Gets or sets the JSON of the response. More...
 
- Properties inherited from CoreTweet.Core.ITwitterResponse
RateLimit RateLimit [get, set]
 Gets or sets the rate limit of the response. More...
 
string Json [get, set]
 Gets or sets the JSON of the response. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 

Detailed Description

Represents the current configuration used by Twitter including twitter.com slugs which are not usernames, maximum photo resolutions, and t.co URL lengths.

Property Documentation

◆ CharactersReservedPerMedia

int CoreTweet.Configurations.CharactersReservedPerMedia
getset

Gets or sets the count of the characters that is reserved for a media.

◆ DMTextCharacterLimit

int CoreTweet.Configurations.DMTextCharacterLimit
getset

Gets or sets the limit of the characters that can be sent as a DM.

◆ Json

string CoreTweet.Configurations.Json
getset

Gets or sets the JSON of the response.

◆ MaxMediaPerUpload

int CoreTweet.Configurations.MaxMediaPerUpload
getset

Gets or sets the count of the limit of the count of medias that can be uploaded at once.

◆ NonUsernamePaths

string [] CoreTweet.Configurations.NonUsernamePaths
getset

Gets or sets the paths in twitter.com/ that is not an username.

They are used for pages of Twitter.

◆ PhotoSizeLimit

int CoreTweet.Configurations.PhotoSizeLimit
getset

Gets or sets the limit of the size of media that can be uploaded.

◆ PhotoSizes

MediaSizes CoreTweet.Configurations.PhotoSizes
getset

Gets or sets the sizes of a photo.

◆ RateLimit

RateLimit CoreTweet.Configurations.RateLimit
getset

Gets or sets the rate limit of the response.

This property will always be null when obtained from (most of) the POST endpoints, unless the rate is explicitly stated in the Twitter official documentation.

◆ ShortUrlLength

int CoreTweet.Configurations.ShortUrlLength
getset

Gets or sets the length of the shorten URL.

◆ ShortUrlLengthHttps

int CoreTweet.Configurations.ShortUrlLengthHttps
getset

Gets or sets the length of the shorten URL that uses SSL.


The documentation for this class was generated from the following file: