userSuggestions

fun Users.userSuggestions(    slug: String,     lang: String? = null,     vararg options: Option): JsonObjectApiAction<UserSuggestion>

Access the users in a given category of the Twitter suggested user list. It is recommended that applications cache this data for no more than one hour.

Twitter API reference

Receiver

Users endpoint instance.

Return

JsonObjectApiAction for UserSuggestion model.

Parameters

slug

The short name of list or a category

lang

Restricts the suggested categories to the requested language. The language must be specified by the appropriate two letter ISO 639-1 representation. Currently supported languages are provided by the GET help/languages API request. Unsupported language codes will receive English (en) results. If you use lang in this request, ensure you also include it when requesting the GET users/suggestions/:slug list.

options

Optional. Custom parameters of this request.