list

fun SavedSearches.list(vararg options: Option): JsonArrayApiAction<SavedSearch>

Returns the authenticated user's saved search queries.

Twitter API reference

Receiver

SavedSearches endpoint instance.

Return

JsonObjectApiAction for SavedSearch model.

Parameters

options

Optional. Custom parameters of this request.


val SavedSearches.list: JsonArrayApiAction<SavedSearch>

Shorthand property to SavedSearches.list.

See also