twtr_account_update_profile_banner: POST account/update_profile_banner

Description Usage Arguments See Also

View source: R/account_update_profile_banner.R

Description

POST account/update_profile_banner

Usage

1
2
twtr_account_update_profile_banner(banner, width = NULL, height = NULL,
  offset_left = NULL, offset_top = NULL, ...)

Arguments

banner

The Base64-encoded or raw image data being uploaded as the user<c2><81>fs new profile banner.

width

The width of the preferred section of the image being uploaded in pixels. Use with height, offset_left, and offset_top to select the desired region of the image to use.

height

The height of the preferred section of the image being uploaded in pixels. Use with width, offset_left, and offset_top to select the desired region of the image to use.

offset_left

The number of pixels by which to offset the uploaded image from the left. Use with height, width, and offset_top to select the desired region of the image to use.

offset_top

The number of pixels by which to offset the uploaded image from the top. Use with height, width, and offset_left to select the desired region of the image to use.

See Also

https://dev.twitter.com/rest/reference/post/account/update_profile_banner


yutannihilation/twihttr documentation built on May 4, 2019, 7:46 p.m.