configuration

fun Help.configuration(vararg options: Option): JsonObjectApiAction<Help.Configuration>

Returns the current configuration used by Twitter including twitter.com slugs which are not usernames, maximum photo resolutions, and t.co shortened URL length. It is recommended applications request this endpoint when they are loaded, but no more than once a day.

Twitter API reference

Receiver

Help endpoint instance.

Return

JsonObjectApiAction for Configuration model.

Parameters

options

Optional. Custom parameters of this request.


val Help.configuration: JsonObjectApiAction<Help.Configuration>

Shorthand property to Help.configuration.

See also