updateProfileBackgroundImage

fun Account.updateProfileBackgroundImage(    media: MediaComponent,     tile: Boolean? = null,     includeEntities: Boolean? = null,     skipStatus: Boolean? = null,     vararg options: Option): ApiAction<JsonObjectApiAction<User>>

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.

includeEntities

Optional. The entities node will not be included when set to false.

skipStatus

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.