no Retweets Ids
fun Friendships.noRetweetsIds(stringifyIds: Boolean? = null, vararg options: Option): ApiAction<List<Long>>
Content copied to clipboard
Returns a collection of user_ids that the currently authenticated user does not want to receive retweets from. Use POST friendships/update to set the "no retweets" status for a given user account on behalf of the current user.
Receiver
Friendships endpoint instance.
Return
DelegatedAction for List of Long.
Parameters
stringify Ids
Some programming environments will not consume Twitter IDs due to their size. Provide this option to have IDs returned as strings instead. Read more about Twitter IDs. This parameter is important to use in Javascript environments.
options
Optional. Custom parameters of this request.
Shorthand property to Friendships.noRetweetsIds.