twtr_account_update_profile_image: POST account/update_profile_image

Description Usage Arguments See Also

View source: R/account_update_profile_image.R

Description

POST account/update_profile_image

Usage

1
2
twtr_account_update_profile_image(image, include_entities = NULL,
  skip_status = NULL, ...)

Arguments

image

The avatar image for the profile, base64-encoded. Must be a valid GIF, JPG, or PNG image of less than 700 kilobytes in size. Images with width larger than 400 pixels will be scaled down. Animated GIFs will be converted to a static GIF of the first frame, removing the animation.

include_entities

The entities node will not be included when set to false. Example Values: false

skip_status

When set to either true, t or 1 statuses will not be included in the returned user objects.

See Also

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


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