twtr_lists_members_show: GET lists/members/show

Description Usage Arguments See Also

View source: R/lists_members_show .R

Description

GET lists/members/show

Usage

1
2
3
twtr_lists_members_show(list_id, slug, user_id, screen_name,
  owner_screen_name = NULL, owner_id = NULL, include_entities = NULL,
  skip_status = NULL, ...)

Arguments

list_id

The numerical id of the list.

slug

You can identify a list by its slug instead of its numerical id. If you decide to do so, note that you<c2><81>fll also have to specify the list owner using the owner_id or owner_screen_name parameters.

user_id

The ID of the user for whom to return results for. Helpful for disambiguating when a valid user ID is also a valid screen name.

screen_name

The screen name of the user for whom to return results for. Helpful for disambiguating when a valid screen name is also a user ID.

owner_screen_name

The screen name of the user who owns the list being requested by a slug.

owner_id

The user ID of the user who owns the list being requested by a slug.

include_entities

When set to either true, t or 1, each tweet will include a node called <c2><81>gentities<c2><81>h. This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags. While entities are opt-in on timelines at present, they will be made a default component of output in the future. See Tweet Entities for more details.

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/get/lists/members/show


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