move

fun CollectionEntries.move(    id: String,     tweetId: Long,     relativeTo: Long,     above: Boolean? = null,     vararg options: Option): JsonObjectApiAction<Collection.Entry.Result>

Move a specified Tweet to a new position in a curation_reverse_chron ordered collection.

Twitter API reference

Receiver

CollectionEntries endpoint instance.

Return

JsonObjectApiAction for Collection.Entry.Result model.

Parameters

id

The identifier of the Collection receiving the Tweet.

tweetId

The identifier of the Tweet to add to the Collection.

relativeTo

The identifier of the Tweet used for relative positioning.

above

Set to false to insert the specified tweet_id below the relative_to Tweet in the collection. Default: true

options

Optional. Custom parameters of this request.