update By Screen Name
fun Friendships.updateByScreenName( screenName: String, device: Boolean? = null, retweets: Boolean? = null, vararg options: Option): JsonObjectApiAction<Relationship>
Content copied to clipboard
Enable or disable Retweets and device notifications from the specified user.
Receiver
Friendships endpoint instance.
Return
JsonObjectApiAction for Relationship model.
Parameters
screen Name
The screen name of the user being followed.
device
Enable/disable device notifications from the target user.
retweets
Enable/disable Retweets from the target user.
options
Optional. Custom parameters of this request.