twtr_blocks_create: POST blocks/create

Description Usage Arguments See Also

View source: R/blocks_create.R

Description

POST blocks/create

Usage

1
2
twtr_blocks_create(screen_name = NULL, user_id = NULL,
  include_entities = NULL, skip_status = NULL, ...)

Arguments

screen_name

The screen name of the potentially blocked user. Helpful for disambiguating when a valid screen name is also a user ID. Example Values: noradio

user_id

The ID of the potentially blocked user. Helpful for disambiguating when a valid user ID is also a valid screen name. Example Values: 12345

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. Example Values: true

See Also

https://dev.twitter.com/rest/reference/post/blocks/create


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