languages

fun Help.languages(vararg options: Option): JsonArrayApiAction<Help.Language>

Returns the list of languages supported by Twitter along with the language code supported by Twitter. The language code may be formatted as ISO 639-1 alpha-2 (en), ISO 639-3 alpha-3 (msa), or ISO 639-1 alpha-2 combined with an ISO 3166-1 alpha-2 localization (zh-tw).

Twitter API reference

Receiver

Help endpoint instance.

Return

JsonArrayApiAction for Language model.

Parameters

options

Optional. Custom parameters of this request.


val Help.languages: JsonArrayApiAction<Help.Language>

Shorthand property to Help.languages.

See also