retweets

fun Statuses.retweets(    id: Long,     count: Int? = null,     trimUser: Boolean? = null,     tweetMode: TweetMode = TweetMode.Default,     vararg options: Option): JsonArrayApiAction<Status>

Returns a collection of the 100 most recent retweets of the Tweet specified by the id parameter.

Twitter API reference

Receiver

Statuses endpoint instance.

Return

JsonArrayApiAction for Status model.

Parameters

id

The numerical ID of the desired status.

count

Specifies the number of records to retrieve. Must be less than or equal to 100.

trimUser

When set to either true , t or 1 , each tweet returned in a timeline will include a user object including only the status authors numerical ID. Omit this parameter to receive the complete user object.

options

Optional. Custom parameters of this request.