move
fun CollectionEntries.move( id: String, tweetId: Long, relativeTo: Long, above: Boolean? = null, vararg options: Option): JsonObjectApiAction<Collection.Entry.Result>
Content copied to clipboard
Move a specified Tweet to a new position in a curation_reverse_chron ordered collection.
Receiver
CollectionEntries endpoint instance.
Return
JsonObjectApiAction for Collection.Entry.Result model.
Parameters
id
The identifier of the Collection receiving the Tweet.
tweet Id
The identifier of the Tweet to add to the Collection.
relative To
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.