Represents the current configuration used by Twitter including twitter.com slugs which are not usernames, maximum photo resolutions, and t.co URL lengths.
More...
|
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...
|
|
Represents the current configuration used by Twitter including twitter.com slugs which are not usernames, maximum photo resolutions, and t.co URL lengths.
◆ 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
Gets or sets the sizes of a photo.
◆ RateLimit
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: