member

fun Lists.member(    listId: Long,     userId: Long,     includeEntities: Boolean? = null,     skipStatus: Boolean? = null,     vararg options: Option): JsonObjectApiAction<User>

Check if the specified user is a member of the specified list.

Twitter API reference

Receiver

Lists endpoint instance.

Return

JsonObjectApiAction for User model.

Parameters

listId

The numerical id of the list.

userId

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

includeEntities

When set to either true, t or 1, each tweet will include a node called "entities". 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.

skipStatus

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

options

Optional. Custom parameters of this request.


fun Lists.member(    listId: Long,     screenName: String,     includeEntities: Boolean? = null,     skipStatus: Boolean? = null,     vararg options: Option): JsonObjectApiAction<User>

Check if the specified user is a member of the specified list.

Twitter API reference

Receiver

Lists endpoint instance.

Return

JsonObjectApiAction for User model.

Parameters

listId

The numerical id of the list.

screenName

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

includeEntities

When set to either true, t or 1, each tweet will include a node called "entities". 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.

skipStatus

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

options

Optional. Custom parameters of this request.


fun Lists.member(    slug: String,     ownerScreenName: String,     userId: Long,     includeEntities: Boolean? = null,     skipStatus: Boolean? = null,     vararg options: Option): JsonObjectApiAction<User>

Check if the specified user is a member of the specified list.

Twitter API reference

Receiver

Lists endpoint instance.

Return

JsonObjectApiAction for User model.

Parameters

slug

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

ownerScreenName

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

userId

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

includeEntities

When set to either true, t or 1, each tweet will include a node called "entities". 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.

skipStatus

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

options

Optional. Custom parameters of this request.


fun Lists.member(    slug: String,     ownerScreenName: String,     screenName: String,     includeEntities: Boolean? = null,     skipStatus: Boolean? = null,     vararg options: Option): JsonObjectApiAction<User>

Check if the specified user is a member of the specified list.

Twitter API reference

Receiver

Lists endpoint instance.

Return

JsonObjectApiAction for User model.

Parameters

slug

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

ownerScreenName

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

screenName

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

includeEntities

When set to either true, t or 1, each tweet will include a node called "entities". 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.

skipStatus

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

options

Optional. Custom parameters of this request.


fun Lists.member(    slug: String,     ownerId: Long,     userId: Long,     includeEntities: Boolean? = null,     skipStatus: Boolean? = null,     vararg options: Option): JsonObjectApiAction<User>

Check if the specified user is a member of the specified list.

Twitter API reference

Receiver

Lists endpoint instance.

Return

JsonObjectApiAction for User model.

Parameters

slug

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

ownerId

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

userId

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

includeEntities

When set to either true, t or 1, each tweet will include a node called "entities". 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.

skipStatus

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

options

Optional. Custom parameters of this request.


fun Lists.member(    slug: String,     ownerId: Long,     screenName: String,     includeEntities: Boolean? = null,     skipStatus: Boolean? = null,     vararg options: Option): JsonObjectApiAction<User>

Check if the specified user is a member of the specified list.

Twitter API reference

Receiver

Lists endpoint instance.

Return

JsonObjectApiAction for User model.

Parameters

slug

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

ownerId

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

screenName

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

includeEntities

When set to either true, t or 1, each tweet will include a node called "entities". 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.

skipStatus

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

options

Optional. Custom parameters of this request.