update Profile Background Image
fun Account.updateProfileBackgroundImage( media: MediaComponent, tile: Boolean? = null, includeEntities: Boolean? = null, skipStatus: Boolean? = null, vararg options: Option): ApiAction<JsonObjectApiAction<User>>
Content copied to clipboard
Update profile background image.
Receiver
Account endpoint instance.
Return
JsonObjectApiAction for User model.
Parameters
media
Uploading media.
tile
Optional. Whether or not to tile the background image. If set to true , t or 1 the background image will be displayed tiled. The image will not be tiled otherwise.
include Entities
Optional. The entities node will not be included when set to false.
skip Status
Optional. When set to either true, t or 1 statuses will not be included in the returned user object.
options
Optional. Custom parameters of this request.