CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Public Member Functions | List of all members
CoreTweet.Rest.ListsSubscribers Class Reference

Provides a set of methods for the wrapper of GET/POST lists/subscribers. More...

Inheritance diagram for CoreTweet.Rest.ListsSubscribers:
CoreTweet.Core.ApiProviderBase

Public Member Functions

Cursored< UserList (params Expression< Func< string, object >>[] parameters)
 
Cursored< UserList (IDictionary< string, object > parameters)
 
Cursored< UserList (object parameters)
 
IEnumerable< UserEnumerateList (EnumerateMode mode, long list_id, int? count=null, long? cursor=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
Cursored< UserList (long list_id, int? count=null, long? cursor=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
IEnumerable< UserEnumerateList (EnumerateMode mode, string slug, string owner_screen_name, int? count=null, long? cursor=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
Cursored< UserList (string slug, string owner_screen_name, int? count=null, long? cursor=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
IEnumerable< UserEnumerateList (EnumerateMode mode, string slug, long owner_id, int? count=null, long? cursor=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
Cursored< UserList (string slug, long owner_id, int? count=null, long? cursor=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
IEnumerable< UserEnumerateList (EnumerateMode mode, params Expression< Func< string, object >>[] parameters)
 
IEnumerable< UserEnumerateList (EnumerateMode mode, IDictionary< string, object > parameters)
 
IEnumerable< UserEnumerateList (EnumerateMode mode, object parameters)
 
Task< Cursored< User > > ListAsync (params Expression< Func< string, object >>[] parameters)
 
Task< Cursored< User > > ListAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< Cursored< User > > ListAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< Cursored< User > > ListAsync (long list_id, int? count=null, long? cursor=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< Cursored< User > > ListAsync (string slug, string owner_screen_name, int? count=null, long? cursor=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< Cursored< User > > ListAsync (string slug, long owner_id, int? count=null, long? cursor=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
UserResponse Show (params Expression< Func< string, object >>[] parameters)
 
UserResponse Show (IDictionary< string, object > parameters)
 
UserResponse Show (object parameters)
 
UserResponse Show (long list_id, long user_id, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
UserResponse Show (long list_id, string screen_name, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
UserResponse Show (string slug, string owner_screen_name, long user_id, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
UserResponse Show (string slug, string owner_screen_name, string screen_name, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
UserResponse Show (string slug, long owner_id, long user_id, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
UserResponse Show (string slug, long owner_id, string screen_name, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
Task< UserResponseShowAsync (params Expression< Func< string, object >>[] parameters)
 
Task< UserResponseShowAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseShowAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseShowAsync (long list_id, long user_id, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseShowAsync (long list_id, string screen_name, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseShowAsync (string slug, string owner_screen_name, long user_id, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseShowAsync (string slug, string owner_screen_name, string screen_name, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseShowAsync (string slug, long owner_id, long user_id, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseShowAsync (string slug, long owner_id, string screen_name, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
ListResponse Create (params Expression< Func< string, object >>[] parameters)
 
ListResponse Create (IDictionary< string, object > parameters)
 
ListResponse Create (object parameters)
 
ListResponse Create (long list_id)
 
ListResponse Create (string slug, string owner_screen_name)
 
ListResponse Create (string slug, long owner_id)
 
Task< ListResponseCreateAsync (params Expression< Func< string, object >>[] parameters)
 
Task< ListResponseCreateAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListResponseCreateAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListResponseCreateAsync (long list_id, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListResponseCreateAsync (string slug, string owner_screen_name, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListResponseCreateAsync (string slug, long owner_id, CancellationToken cancellationToken=default(CancellationToken))
 
ListResponse Destroy (params Expression< Func< string, object >>[] parameters)
 
ListResponse Destroy (IDictionary< string, object > parameters)
 
ListResponse Destroy (object parameters)
 
ListResponse Destroy (long list_id)
 
ListResponse Destroy (string slug, string owner_screen_name)
 
ListResponse Destroy (string slug, long owner_id)
 
Task< ListResponseDestroyAsync (params Expression< Func< string, object >>[] parameters)
 
Task< ListResponseDestroyAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListResponseDestroyAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListResponseDestroyAsync (long list_id, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListResponseDestroyAsync (string slug, string owner_screen_name, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListResponseDestroyAsync (string slug, long owner_id, CancellationToken cancellationToken=default(CancellationToken))
 

Additional Inherited Members

- Public Attributes inherited from CoreTweet.Core.ApiProviderBase
TokensBase IncludedTokens => this.Tokens
 Gets the tokens being used in this instance. More...
 
- Properties inherited from CoreTweet.Core.ApiProviderBase
TokensBase Tokens [get, set]
 Gets or sets the OAuth tokens. More...
 

Detailed Description

Provides a set of methods for the wrapper of GET/POST lists/subscribers.

Member Function Documentation

◆ Create() [1/6]

ListResponse CoreTweet.Rest.ListsSubscribers.Create ( IDictionary< string, object >  parameters)
inline

Subscribes the authenticated user to the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

Parameters
parametersThe parameters.
Returns
The list.

◆ Create() [2/6]

ListResponse CoreTweet.Rest.ListsSubscribers.Create ( long  list_id)
inline

Subscribes the authenticated user to the specified list.

Parameters
list_idany one is required.
Returns
The list.

◆ Create() [3/6]

ListResponse CoreTweet.Rest.ListsSubscribers.Create ( object  parameters)
inline

Subscribes the authenticated user to the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

Parameters
parametersThe parameters.
Returns
The list.

◆ Create() [4/6]

ListResponse CoreTweet.Rest.ListsSubscribers.Create ( params Expression< Func< string, object >>[]  parameters)
inline

Subscribes the authenticated user to the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

Parameters
parametersThe parameters.
Returns
The list.

◆ Create() [5/6]

ListResponse CoreTweet.Rest.ListsSubscribers.Create ( string  slug,
long  owner_id 
)
inline

Subscribes the authenticated user to the specified list.

Parameters
slugany one is required.
owner_idany one is required.
Returns
The list.

◆ Create() [6/6]

ListResponse CoreTweet.Rest.ListsSubscribers.Create ( string  slug,
string  owner_screen_name 
)
inline

Subscribes the authenticated user to the specified list.

Parameters
slugany one is required.
owner_screen_nameany one is required.
Returns
The list.

◆ CreateAsync() [1/6]

Task<ListResponse> CoreTweet.Rest.ListsSubscribers.CreateAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Subscribes the authenticated user to the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The list.

◆ CreateAsync() [2/6]

Task<ListResponse> CoreTweet.Rest.ListsSubscribers.CreateAsync ( long  list_id,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Subscribes the authenticated user to the specified list.

Parameters
list_idany one is required.
cancellationTokenThe cancellation token.
Returns
The list.

◆ CreateAsync() [3/6]

Task<ListResponse> CoreTweet.Rest.ListsSubscribers.CreateAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Subscribes the authenticated user to the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The list.

◆ CreateAsync() [4/6]

Task<ListResponse> CoreTweet.Rest.ListsSubscribers.CreateAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Subscribes the authenticated user to the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

Parameters
parametersThe parameters.
Returns
The list.

◆ CreateAsync() [5/6]

Task<ListResponse> CoreTweet.Rest.ListsSubscribers.CreateAsync ( string  slug,
long  owner_id,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Subscribes the authenticated user to the specified list.

Parameters
slugany one is required.
owner_idany one is required.
cancellationTokenThe cancellation token.
Returns
The list.

◆ CreateAsync() [6/6]

Task<ListResponse> CoreTweet.Rest.ListsSubscribers.CreateAsync ( string  slug,
string  owner_screen_name,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Subscribes the authenticated user to the specified list.

Parameters
slugany one is required.
owner_screen_nameany one is required.
cancellationTokenThe cancellation token.
Returns
The list.

◆ Destroy() [1/6]

ListResponse CoreTweet.Rest.ListsSubscribers.Destroy ( IDictionary< string, object >  parameters)
inline

Unsubscribes the authenticated user from the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

Parameters
parametersThe parameters.
Returns
The list.

◆ Destroy() [2/6]

ListResponse CoreTweet.Rest.ListsSubscribers.Destroy ( long  list_id)
inline

Unsubscribes the authenticated user from the specified list.

Parameters
list_idany one is required.
Returns
The list.

◆ Destroy() [3/6]

ListResponse CoreTweet.Rest.ListsSubscribers.Destroy ( object  parameters)
inline

Unsubscribes the authenticated user from the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

Parameters
parametersThe parameters.
Returns
The list.

◆ Destroy() [4/6]

ListResponse CoreTweet.Rest.ListsSubscribers.Destroy ( params Expression< Func< string, object >>[]  parameters)
inline

Unsubscribes the authenticated user from the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

Parameters
parametersThe parameters.
Returns
The list.

◆ Destroy() [5/6]

ListResponse CoreTweet.Rest.ListsSubscribers.Destroy ( string  slug,
long  owner_id 
)
inline

Unsubscribes the authenticated user from the specified list.

Parameters
slugany one is required.
owner_idany one is required.
Returns
The list.

◆ Destroy() [6/6]

ListResponse CoreTweet.Rest.ListsSubscribers.Destroy ( string  slug,
string  owner_screen_name 
)
inline

Unsubscribes the authenticated user from the specified list.

Parameters
slugany one is required.
owner_screen_nameany one is required.
Returns
The list.

◆ DestroyAsync() [1/6]

Task<ListResponse> CoreTweet.Rest.ListsSubscribers.DestroyAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Unsubscribes the authenticated user from the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The list.

◆ DestroyAsync() [2/6]

Task<ListResponse> CoreTweet.Rest.ListsSubscribers.DestroyAsync ( long  list_id,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Unsubscribes the authenticated user from the specified list.

Parameters
list_idany one is required.
cancellationTokenThe cancellation token.
Returns
The list.

◆ DestroyAsync() [3/6]

Task<ListResponse> CoreTweet.Rest.ListsSubscribers.DestroyAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Unsubscribes the authenticated user from the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The list.

◆ DestroyAsync() [4/6]

Task<ListResponse> CoreTweet.Rest.ListsSubscribers.DestroyAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Unsubscribes the authenticated user from the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

Parameters
parametersThe parameters.
Returns
The list.

◆ DestroyAsync() [5/6]

Task<ListResponse> CoreTweet.Rest.ListsSubscribers.DestroyAsync ( string  slug,
long  owner_id,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Unsubscribes the authenticated user from the specified list.

Parameters
slugany one is required.
owner_idany one is required.
cancellationTokenThe cancellation token.
Returns
The list.

◆ DestroyAsync() [6/6]

Task<ListResponse> CoreTweet.Rest.ListsSubscribers.DestroyAsync ( string  slug,
string  owner_screen_name,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Unsubscribes the authenticated user from the specified list.

Parameters
slugany one is required.
owner_screen_nameany one is required.
cancellationTokenThe cancellation token.
Returns
The list.

◆ EnumerateList() [1/6]

IEnumerable<User> CoreTweet.Rest.ListsSubscribers.EnumerateList ( EnumerateMode  mode,
IDictionary< string, object >  parameters 
)
inline

Returns the subscribers of the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

- int count (optional)

- long cursor (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
modeSpecify whether enumerating goes to the next page or the previous.
Returns
The users.

◆ EnumerateList() [2/6]

IEnumerable<User> CoreTweet.Rest.ListsSubscribers.EnumerateList ( EnumerateMode  mode,
long  list_id,
int?  count = null,
long?  cursor = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Returns the subscribers of the specified list.

Parameters
list_idany one is required.
countoptional.
cursoroptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
modeSpecify whether enumerating goes to the next page or the previous.
Returns
The users.

◆ EnumerateList() [3/6]

IEnumerable<User> CoreTweet.Rest.ListsSubscribers.EnumerateList ( EnumerateMode  mode,
object  parameters 
)
inline

Returns the subscribers of the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

- int count (optional)

- long cursor (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
modeSpecify whether enumerating goes to the next page or the previous.
Returns
The users.

◆ EnumerateList() [4/6]

IEnumerable<User> CoreTweet.Rest.ListsSubscribers.EnumerateList ( EnumerateMode  mode,
params Expression< Func< string, object >>[]  parameters 
)
inline

Returns the subscribers of the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

- int count (optional)

- long cursor (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
modeSpecify whether enumerating goes to the next page or the previous.
Returns
The users.

◆ EnumerateList() [5/6]

IEnumerable<User> CoreTweet.Rest.ListsSubscribers.EnumerateList ( EnumerateMode  mode,
string  slug,
long  owner_id,
int?  count = null,
long?  cursor = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Returns the subscribers of the specified list.

Parameters
slugany one is required.
owner_idany one is required.
countoptional.
cursoroptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
modeSpecify whether enumerating goes to the next page or the previous.
Returns
The users.

◆ EnumerateList() [6/6]

IEnumerable<User> CoreTweet.Rest.ListsSubscribers.EnumerateList ( EnumerateMode  mode,
string  slug,
string  owner_screen_name,
int?  count = null,
long?  cursor = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Returns the subscribers of the specified list.

Parameters
slugany one is required.
owner_screen_nameany one is required.
countoptional.
cursoroptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
modeSpecify whether enumerating goes to the next page or the previous.
Returns
The users.

◆ List() [1/6]

Cursored<User> CoreTweet.Rest.ListsSubscribers.List ( IDictionary< string, object >  parameters)
inline

Returns the subscribers of the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

- int count (optional)

- long cursor (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The users.

◆ List() [2/6]

Cursored<User> CoreTweet.Rest.ListsSubscribers.List ( long  list_id,
int?  count = null,
long?  cursor = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Returns the subscribers of the specified list.

Parameters
list_idany one is required.
countoptional.
cursoroptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The users.

◆ List() [3/6]

Cursored<User> CoreTweet.Rest.ListsSubscribers.List ( object  parameters)
inline

Returns the subscribers of the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

- int count (optional)

- long cursor (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The users.

◆ List() [4/6]

Cursored<User> CoreTweet.Rest.ListsSubscribers.List ( params Expression< Func< string, object >>[]  parameters)
inline

Returns the subscribers of the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

- int count (optional)

- long cursor (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The users.

◆ List() [5/6]

Cursored<User> CoreTweet.Rest.ListsSubscribers.List ( string  slug,
long  owner_id,
int?  count = null,
long?  cursor = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Returns the subscribers of the specified list.

Parameters
slugany one is required.
owner_idany one is required.
countoptional.
cursoroptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The users.

◆ List() [6/6]

Cursored<User> CoreTweet.Rest.ListsSubscribers.List ( string  slug,
string  owner_screen_name,
int?  count = null,
long?  cursor = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Returns the subscribers of the specified list.

Parameters
slugany one is required.
owner_screen_nameany one is required.
countoptional.
cursoroptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The users.

◆ ListAsync() [1/6]

Task<Cursored<User> > CoreTweet.Rest.ListsSubscribers.ListAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns the subscribers of the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

- int count (optional)

- long cursor (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The users.

◆ ListAsync() [2/6]

Task<Cursored<User> > CoreTweet.Rest.ListsSubscribers.ListAsync ( long  list_id,
int?  count = null,
long?  cursor = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns the subscribers of the specified list.

Parameters
list_idany one is required.
countoptional.
cursoroptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The users.

◆ ListAsync() [3/6]

Task<Cursored<User> > CoreTweet.Rest.ListsSubscribers.ListAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns the subscribers of the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

- int count (optional)

- long cursor (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The users.

◆ ListAsync() [4/6]

Task<Cursored<User> > CoreTweet.Rest.ListsSubscribers.ListAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Returns the subscribers of the specified list.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

- int count (optional)

- long cursor (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The users.

◆ ListAsync() [5/6]

Task<Cursored<User> > CoreTweet.Rest.ListsSubscribers.ListAsync ( string  slug,
long  owner_id,
int?  count = null,
long?  cursor = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns the subscribers of the specified list.

Parameters
slugany one is required.
owner_idany one is required.
countoptional.
cursoroptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The users.

◆ ListAsync() [6/6]

Task<Cursored<User> > CoreTweet.Rest.ListsSubscribers.ListAsync ( string  slug,
string  owner_screen_name,
int?  count = null,
long?  cursor = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns the subscribers of the specified list.

Parameters
slugany one is required.
owner_screen_nameany one is required.
countoptional.
cursoroptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The users.

◆ Show() [1/9]

UserResponse CoreTweet.Rest.ListsSubscribers.Show ( IDictionary< string, object >  parameters)
inline

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

- long user_id (any one is required)

- string screen_name (any one is required)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user.

◆ Show() [2/9]

UserResponse CoreTweet.Rest.ListsSubscribers.Show ( long  list_id,
long  user_id,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

Parameters
list_idany one is required.
user_idany one is required.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The user.

◆ Show() [3/9]

UserResponse CoreTweet.Rest.ListsSubscribers.Show ( long  list_id,
string  screen_name,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

Parameters
list_idany one is required.
screen_nameany one is required.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The user.

◆ Show() [4/9]

UserResponse CoreTweet.Rest.ListsSubscribers.Show ( object  parameters)
inline

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

- long user_id (any one is required)

- string screen_name (any one is required)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user.

◆ Show() [5/9]

UserResponse CoreTweet.Rest.ListsSubscribers.Show ( params Expression< Func< string, object >>[]  parameters)
inline

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

- long user_id (any one is required)

- string screen_name (any one is required)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user.

◆ Show() [6/9]

UserResponse CoreTweet.Rest.ListsSubscribers.Show ( string  slug,
long  owner_id,
long  user_id,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

Parameters
slugany one is required.
owner_idany one is required.
user_idany one is required.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The user.

◆ Show() [7/9]

UserResponse CoreTweet.Rest.ListsSubscribers.Show ( string  slug,
long  owner_id,
string  screen_name,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

Parameters
slugany one is required.
owner_idany one is required.
screen_nameany one is required.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The user.

◆ Show() [8/9]

UserResponse CoreTweet.Rest.ListsSubscribers.Show ( string  slug,
string  owner_screen_name,
long  user_id,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

Parameters
slugany one is required.
owner_screen_nameany one is required.
user_idany one is required.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The user.

◆ Show() [9/9]

UserResponse CoreTweet.Rest.ListsSubscribers.Show ( string  slug,
string  owner_screen_name,
string  screen_name,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

Parameters
slugany one is required.
owner_screen_nameany one is required.
screen_nameany one is required.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The user.

◆ ShowAsync() [1/9]

Task<UserResponse> CoreTweet.Rest.ListsSubscribers.ShowAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

- long user_id (any one is required)

- string screen_name (any one is required)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The user.

◆ ShowAsync() [2/9]

Task<UserResponse> CoreTweet.Rest.ListsSubscribers.ShowAsync ( long  list_id,
long  user_id,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

Parameters
list_idany one is required.
user_idany one is required.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The user.

◆ ShowAsync() [3/9]

Task<UserResponse> CoreTweet.Rest.ListsSubscribers.ShowAsync ( long  list_id,
string  screen_name,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

Parameters
list_idany one is required.
screen_nameany one is required.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The user.

◆ ShowAsync() [4/9]

Task<UserResponse> CoreTweet.Rest.ListsSubscribers.ShowAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

- long user_id (any one is required)

- string screen_name (any one is required)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The user.

◆ ShowAsync() [5/9]

Task<UserResponse> CoreTweet.Rest.ListsSubscribers.ShowAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

Available parameters:

- long list_id (any one is required)

- string slug (any one is required)

- string owner_screen_name (any one is required)

- long owner_id (any one is required)

- long user_id (any one is required)

- string screen_name (any one is required)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user.

◆ ShowAsync() [6/9]

Task<UserResponse> CoreTweet.Rest.ListsSubscribers.ShowAsync ( string  slug,
long  owner_id,
long  user_id,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

Parameters
slugany one is required.
owner_idany one is required.
user_idany one is required.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The user.

◆ ShowAsync() [7/9]

Task<UserResponse> CoreTweet.Rest.ListsSubscribers.ShowAsync ( string  slug,
long  owner_id,
string  screen_name,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

Parameters
slugany one is required.
owner_idany one is required.
screen_nameany one is required.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The user.

◆ ShowAsync() [8/9]

Task<UserResponse> CoreTweet.Rest.ListsSubscribers.ShowAsync ( string  slug,
string  owner_screen_name,
long  user_id,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

Parameters
slugany one is required.
owner_screen_nameany one is required.
user_idany one is required.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The user.

◆ ShowAsync() [9/9]

Task<UserResponse> CoreTweet.Rest.ListsSubscribers.ShowAsync ( string  slug,
string  owner_screen_name,
string  screen_name,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.

Parameters
slugany one is required.
owner_screen_nameany one is required.
screen_nameany one is required.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The user.

The documentation for this class was generated from the following file: