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

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

Public Member Functions

ListedResponse< ListList (params Expression< Func< string, object >>[] parameters)
 
ListedResponse< ListList (IDictionary< string, object > parameters)
 
ListedResponse< ListList (object parameters)
 
ListedResponse< ListList (bool? reverse=null)
 
ListedResponse< ListList (long user_id, bool? reverse=null)
 
ListedResponse< ListList (string screen_name, bool? reverse=null)
 
Task< ListedResponse< List > > ListAsync (params Expression< Func< string, object >>[] parameters)
 
Task< ListedResponse< List > > ListAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListedResponse< List > > ListAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListedResponse< List > > ListAsync (bool? reverse=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListedResponse< List > > ListAsync (long user_id, bool? reverse=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListedResponse< List > > ListAsync (string screen_name, bool? reverse=null, CancellationToken cancellationToken=default(CancellationToken))
 
Cursored< ListMemberships (params Expression< Func< string, object >>[] parameters)
 
Cursored< ListMemberships (IDictionary< string, object > parameters)
 
Cursored< ListMemberships (object parameters)
 
IEnumerable< ListEnumerateMemberships (EnumerateMode mode, int? count=null, long? cursor=null, bool? filter_to_owned_lists=null)
 
Cursored< ListMemberships (int? count=null, long? cursor=null, bool? filter_to_owned_lists=null)
 
IEnumerable< ListEnumerateMemberships (EnumerateMode mode, long user_id, int? count=null, long? cursor=null, bool? filter_to_owned_lists=null)
 
Cursored< ListMemberships (long user_id, int? count=null, long? cursor=null, bool? filter_to_owned_lists=null)
 
IEnumerable< ListEnumerateMemberships (EnumerateMode mode, string screen_name, int? count=null, long? cursor=null, bool? filter_to_owned_lists=null)
 
Cursored< ListMemberships (string screen_name, int? count=null, long? cursor=null, bool? filter_to_owned_lists=null)
 
IEnumerable< ListEnumerateMemberships (EnumerateMode mode, params Expression< Func< string, object >>[] parameters)
 
IEnumerable< ListEnumerateMemberships (EnumerateMode mode, IDictionary< string, object > parameters)
 
IEnumerable< ListEnumerateMemberships (EnumerateMode mode, object parameters)
 
Task< Cursored< List > > MembershipsAsync (params Expression< Func< string, object >>[] parameters)
 
Task< Cursored< List > > MembershipsAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< Cursored< List > > MembershipsAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< Cursored< List > > MembershipsAsync (int? count=null, long? cursor=null, bool? filter_to_owned_lists=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< Cursored< List > > MembershipsAsync (long user_id, int? count=null, long? cursor=null, bool? filter_to_owned_lists=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< Cursored< List > > MembershipsAsync (string screen_name, int? count=null, long? cursor=null, bool? filter_to_owned_lists=null, CancellationToken cancellationToken=default(CancellationToken))
 
Cursored< ListOwnerships (params Expression< Func< string, object >>[] parameters)
 
Cursored< ListOwnerships (IDictionary< string, object > parameters)
 
Cursored< ListOwnerships (object parameters)
 
IEnumerable< ListEnumerateOwnerships (EnumerateMode mode, int? count=null, long? cursor=null)
 
Cursored< ListOwnerships (int? count=null, long? cursor=null)
 
IEnumerable< ListEnumerateOwnerships (EnumerateMode mode, long user_id, int? count=null, long? cursor=null)
 
Cursored< ListOwnerships (long user_id, int? count=null, long? cursor=null)
 
IEnumerable< ListEnumerateOwnerships (EnumerateMode mode, string screen_name, int? count=null, long? cursor=null)
 
Cursored< ListOwnerships (string screen_name, int? count=null, long? cursor=null)
 
IEnumerable< ListEnumerateOwnerships (EnumerateMode mode, params Expression< Func< string, object >>[] parameters)
 
IEnumerable< ListEnumerateOwnerships (EnumerateMode mode, IDictionary< string, object > parameters)
 
IEnumerable< ListEnumerateOwnerships (EnumerateMode mode, object parameters)
 
Task< Cursored< List > > OwnershipsAsync (params Expression< Func< string, object >>[] parameters)
 
Task< Cursored< List > > OwnershipsAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< Cursored< List > > OwnershipsAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< Cursored< List > > OwnershipsAsync (int? count=null, long? cursor=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< Cursored< List > > OwnershipsAsync (long user_id, int? count=null, long? cursor=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< Cursored< List > > OwnershipsAsync (string screen_name, int? count=null, long? cursor=null, CancellationToken cancellationToken=default(CancellationToken))
 
ListResponse Show (params Expression< Func< string, object >>[] parameters)
 
ListResponse Show (IDictionary< string, object > parameters)
 
ListResponse Show (object parameters)
 
ListResponse Show (long list_id)
 
ListResponse Show (string slug, string owner_screen_name)
 
ListResponse Show (string slug, long owner_id)
 
Task< ListResponseShowAsync (params Expression< Func< string, object >>[] parameters)
 
Task< ListResponseShowAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListResponseShowAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListResponseShowAsync (long list_id, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListResponseShowAsync (string slug, string owner_screen_name, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListResponseShowAsync (string slug, long owner_id, CancellationToken cancellationToken=default(CancellationToken))
 
Cursored< ListSubscriptions (params Expression< Func< string, object >>[] parameters)
 
Cursored< ListSubscriptions (IDictionary< string, object > parameters)
 
Cursored< ListSubscriptions (object parameters)
 
IEnumerable< ListEnumerateSubscriptions (EnumerateMode mode, long user_id, int? count=null, long? cursor=null)
 
Cursored< ListSubscriptions (long user_id, int? count=null, long? cursor=null)
 
IEnumerable< ListEnumerateSubscriptions (EnumerateMode mode, string screen_name, int? count=null, long? cursor=null)
 
Cursored< ListSubscriptions (string screen_name, int? count=null, long? cursor=null)
 
IEnumerable< ListEnumerateSubscriptions (EnumerateMode mode, params Expression< Func< string, object >>[] parameters)
 
IEnumerable< ListEnumerateSubscriptions (EnumerateMode mode, IDictionary< string, object > parameters)
 
IEnumerable< ListEnumerateSubscriptions (EnumerateMode mode, object parameters)
 
Task< Cursored< List > > SubscriptionsAsync (params Expression< Func< string, object >>[] parameters)
 
Task< Cursored< List > > SubscriptionsAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< Cursored< List > > SubscriptionsAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< Cursored< List > > SubscriptionsAsync (long user_id, int? count=null, long? cursor=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< Cursored< List > > SubscriptionsAsync (string screen_name, int? count=null, long? cursor=null, CancellationToken cancellationToken=default(CancellationToken))
 
ListedResponse< StatusStatuses (params Expression< Func< string, object >>[] parameters)
 
ListedResponse< StatusStatuses (IDictionary< string, object > parameters)
 
ListedResponse< StatusStatuses (object parameters)
 
ListedResponse< StatusStatuses (long list_id, long? since_id=null, long? max_id=null, int? count=null, bool? include_entities=null, bool? include_rts=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
ListedResponse< StatusStatuses (string slug, string owner_screen_name, long? since_id=null, long? max_id=null, int? count=null, bool? include_entities=null, bool? include_rts=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
ListedResponse< StatusStatuses (string slug, long owner_id, long? since_id=null, long? max_id=null, int? count=null, bool? include_entities=null, bool? include_rts=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
Task< ListedResponse< Status > > StatusesAsync (params Expression< Func< string, object >>[] parameters)
 
Task< ListedResponse< Status > > StatusesAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListedResponse< Status > > StatusesAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListedResponse< Status > > StatusesAsync (long list_id, long? since_id=null, long? max_id=null, int? count=null, bool? include_entities=null, bool? include_rts=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListedResponse< Status > > StatusesAsync (string slug, string owner_screen_name, long? since_id=null, long? max_id=null, int? count=null, bool? include_entities=null, bool? include_rts=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListedResponse< Status > > StatusesAsync (string slug, long owner_id, long? since_id=null, long? max_id=null, int? count=null, bool? include_entities=null, bool? include_rts=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 (string name, string mode=null, string description=null)
 
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 (string name, string mode=null, string description=null, 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))
 
ListResponse Update (params Expression< Func< string, object >>[] parameters)
 
ListResponse Update (IDictionary< string, object > parameters)
 
ListResponse Update (object parameters)
 
ListResponse Update (long list_id, string name=null, string mode=null, string description=null)
 
ListResponse Update (string slug, string owner_screen_name, string name=null, string mode=null, string description=null)
 
ListResponse Update (string slug, long owner_id, string name=null, string mode=null, string description=null)
 
Task< ListResponseUpdateAsync (params Expression< Func< string, object >>[] parameters)
 
Task< ListResponseUpdateAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListResponseUpdateAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListResponseUpdateAsync (long list_id, string name=null, string mode=null, string description=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListResponseUpdateAsync (string slug, string owner_screen_name, string name=null, string mode=null, string description=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< ListResponseUpdateAsync (string slug, long owner_id, string name=null, string mode=null, string description=null, CancellationToken cancellationToken=default(CancellationToken))
 

Public Attributes

ListsMembers Members => new ListsMembers(this.Tokens)
 Gets the wrapper of lists/members More...
 
ListsSubscribers Subscribers => new ListsSubscribers(this.Tokens)
 Gets the wrapper of lists/subscribers More...
 

Detailed Description

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

Member Function Documentation

◆ Create() [1/4]

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

Creates a new list for the authenticated user.

Available parameters:

- string name (required)

- string mode (optional)

- string description (optional)

Parameters
parametersThe parameters.
Returns
The list.

◆ Create() [2/4]

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

Creates a new list for the authenticated user.

Available parameters:

- string name (required)

- string mode (optional)

- string description (optional)

Parameters
parametersThe parameters.
Returns
The list.

◆ Create() [3/4]

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

Creates a new list for the authenticated user.

Available parameters:

- string name (required)

- string mode (optional)

- string description (optional)

Parameters
parametersThe parameters.
Returns
The list.

◆ Create() [4/4]

ListResponse CoreTweet.Rest.Lists.Create ( string  name,
string  mode = null,
string  description = null 
)
inline

Creates a new list for the authenticated user.

Parameters
namerequired.
modeoptional.
descriptionoptional.
Returns
The list.

◆ CreateAsync() [1/4]

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

Creates a new list for the authenticated user.

Available parameters:

- string name (required)

- string mode (optional)

- string description (optional)

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

◆ CreateAsync() [2/4]

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

Creates a new list for the authenticated user.

Available parameters:

- string name (required)

- string mode (optional)

- string description (optional)

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

◆ CreateAsync() [3/4]

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

Creates a new list for the authenticated user.

Available parameters:

- string name (required)

- string mode (optional)

- string description (optional)

Parameters
parametersThe parameters.
Returns
The list.

◆ CreateAsync() [4/4]

Task<ListResponse> CoreTweet.Rest.Lists.CreateAsync ( string  name,
string  mode = null,
string  description = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Creates a new list for the authenticated user.

Parameters
namerequired.
modeoptional.
descriptionoptional.
cancellationTokenThe cancellation token.
Returns
The list.

◆ Destroy() [1/6]

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

Deletes 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 destroyed list.

◆ Destroy() [2/6]

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

Deletes the specified list.

Parameters
list_idany one is required.
Returns
The destroyed list.

◆ Destroy() [3/6]

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

Deletes 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 destroyed list.

◆ Destroy() [4/6]

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

Deletes 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 destroyed list.

◆ Destroy() [5/6]

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

Deletes the specified list.

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

◆ Destroy() [6/6]

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

Deletes the specified list.

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

◆ DestroyAsync() [1/6]

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

Deletes 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 destroyed list.

◆ DestroyAsync() [2/6]

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

Deletes the specified list.

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

◆ DestroyAsync() [3/6]

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

Deletes 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 destroyed list.

◆ DestroyAsync() [4/6]

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

Deletes 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 destroyed list.

◆ DestroyAsync() [5/6]

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

Deletes the specified list.

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

◆ DestroyAsync() [6/6]

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

Deletes the specified list.

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

◆ EnumerateMemberships() [1/6]

IEnumerable<List> CoreTweet.Rest.Lists.EnumerateMemberships ( EnumerateMode  mode,
IDictionary< string, object >  parameters 
)
inline

Returns the lists the specified user has been added to.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

- bool filter_to_owned_lists (optional)

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

◆ EnumerateMemberships() [2/6]

IEnumerable<List> CoreTweet.Rest.Lists.EnumerateMemberships ( EnumerateMode  mode,
int?  count = null,
long?  cursor = null,
bool?  filter_to_owned_lists = null 
)
inline

Returns the lists the specified user has been added to.

Parameters
countoptional.
cursoroptional.
filter_to_owned_listsoptional.
modeSpecify whether enumerating goes to the next page or the previous.
Returns
The lists.

◆ EnumerateMemberships() [3/6]

IEnumerable<List> CoreTweet.Rest.Lists.EnumerateMemberships ( EnumerateMode  mode,
long  user_id,
int?  count = null,
long?  cursor = null,
bool?  filter_to_owned_lists = null 
)
inline

Returns the lists the specified user has been added to.

Parameters
user_idany one is required.
countoptional.
cursoroptional.
filter_to_owned_listsoptional.
modeSpecify whether enumerating goes to the next page or the previous.
Returns
The lists.

◆ EnumerateMemberships() [4/6]

IEnumerable<List> CoreTweet.Rest.Lists.EnumerateMemberships ( EnumerateMode  mode,
object  parameters 
)
inline

Returns the lists the specified user has been added to.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

- bool filter_to_owned_lists (optional)

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

◆ EnumerateMemberships() [5/6]

IEnumerable<List> CoreTweet.Rest.Lists.EnumerateMemberships ( EnumerateMode  mode,
params Expression< Func< string, object >>[]  parameters 
)
inline

Returns the lists the specified user has been added to.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

- bool filter_to_owned_lists (optional)

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

◆ EnumerateMemberships() [6/6]

IEnumerable<List> CoreTweet.Rest.Lists.EnumerateMemberships ( EnumerateMode  mode,
string  screen_name,
int?  count = null,
long?  cursor = null,
bool?  filter_to_owned_lists = null 
)
inline

Returns the lists the specified user has been added to.

Parameters
screen_nameany one is required.
countoptional.
cursoroptional.
filter_to_owned_listsoptional.
modeSpecify whether enumerating goes to the next page or the previous.
Returns
The lists.

◆ EnumerateOwnerships() [1/6]

IEnumerable<List> CoreTweet.Rest.Lists.EnumerateOwnerships ( EnumerateMode  mode,
IDictionary< string, object >  parameters 
)
inline

Returns the lists owned by the specified Twitter user.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

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

◆ EnumerateOwnerships() [2/6]

IEnumerable<List> CoreTweet.Rest.Lists.EnumerateOwnerships ( EnumerateMode  mode,
int?  count = null,
long?  cursor = null 
)
inline

Returns the lists owned by the specified Twitter user.

Parameters
countoptional.
cursoroptional.
modeSpecify whether enumerating goes to the next page or the previous.
Returns
The lists.

◆ EnumerateOwnerships() [3/6]

IEnumerable<List> CoreTweet.Rest.Lists.EnumerateOwnerships ( EnumerateMode  mode,
long  user_id,
int?  count = null,
long?  cursor = null 
)
inline

Returns the lists owned by the specified Twitter user.

Parameters
user_idany one is required.
countoptional.
cursoroptional.
modeSpecify whether enumerating goes to the next page or the previous.
Returns
The lists.

◆ EnumerateOwnerships() [4/6]

IEnumerable<List> CoreTweet.Rest.Lists.EnumerateOwnerships ( EnumerateMode  mode,
object  parameters 
)
inline

Returns the lists owned by the specified Twitter user.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

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

◆ EnumerateOwnerships() [5/6]

IEnumerable<List> CoreTweet.Rest.Lists.EnumerateOwnerships ( EnumerateMode  mode,
params Expression< Func< string, object >>[]  parameters 
)
inline

Returns the lists owned by the specified Twitter user.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

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

◆ EnumerateOwnerships() [6/6]

IEnumerable<List> CoreTweet.Rest.Lists.EnumerateOwnerships ( EnumerateMode  mode,
string  screen_name,
int?  count = null,
long?  cursor = null 
)
inline

Returns the lists owned by the specified Twitter user.

Parameters
screen_nameany one is required.
countoptional.
cursoroptional.
modeSpecify whether enumerating goes to the next page or the previous.
Returns
The lists.

◆ EnumerateSubscriptions() [1/5]

IEnumerable<List> CoreTweet.Rest.Lists.EnumerateSubscriptions ( EnumerateMode  mode,
IDictionary< string, object >  parameters 
)
inline

Obtain a collection of the lists the specified user is subscribed to.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

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

◆ EnumerateSubscriptions() [2/5]

IEnumerable<List> CoreTweet.Rest.Lists.EnumerateSubscriptions ( EnumerateMode  mode,
long  user_id,
int?  count = null,
long?  cursor = null 
)
inline

Obtain a collection of the lists the specified user is subscribed to.

Parameters
user_idany one is required.
countoptional.
cursoroptional.
modeSpecify whether enumerating goes to the next page or the previous.
Returns
The lists.

◆ EnumerateSubscriptions() [3/5]

IEnumerable<List> CoreTweet.Rest.Lists.EnumerateSubscriptions ( EnumerateMode  mode,
object  parameters 
)
inline

Obtain a collection of the lists the specified user is subscribed to.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

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

◆ EnumerateSubscriptions() [4/5]

IEnumerable<List> CoreTweet.Rest.Lists.EnumerateSubscriptions ( EnumerateMode  mode,
params Expression< Func< string, object >>[]  parameters 
)
inline

Obtain a collection of the lists the specified user is subscribed to.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

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

◆ EnumerateSubscriptions() [5/5]

IEnumerable<List> CoreTweet.Rest.Lists.EnumerateSubscriptions ( EnumerateMode  mode,
string  screen_name,
int?  count = null,
long?  cursor = null 
)
inline

Obtain a collection of the lists the specified user is subscribed to.

Parameters
screen_nameany one is required.
countoptional.
cursoroptional.
modeSpecify whether enumerating goes to the next page or the previous.
Returns
The lists.

◆ List() [1/6]

ListedResponse<List> CoreTweet.Rest.Lists.List ( bool?  reverse = null)
inline

Returns all lists the authenticating or specified user subscribes to, including their own.

Parameters
reverseoptional.
Returns
The lists.

◆ List() [2/6]

ListedResponse<List> CoreTweet.Rest.Lists.List ( IDictionary< string, object >  parameters)
inline

Returns all lists the authenticating or specified user subscribes to, including their own.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- bool reverse (optional)

Parameters
parametersThe parameters.
Returns
The lists.

◆ List() [3/6]

ListedResponse<List> CoreTweet.Rest.Lists.List ( long  user_id,
bool?  reverse = null 
)
inline

Returns all lists the authenticating or specified user subscribes to, including their own.

Parameters
user_idany one is required.
reverseoptional.
Returns
The lists.

◆ List() [4/6]

ListedResponse<List> CoreTweet.Rest.Lists.List ( object  parameters)
inline

Returns all lists the authenticating or specified user subscribes to, including their own.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- bool reverse (optional)

Parameters
parametersThe parameters.
Returns
The lists.

◆ List() [5/6]

ListedResponse<List> CoreTweet.Rest.Lists.List ( params Expression< Func< string, object >>[]  parameters)
inline

Returns all lists the authenticating or specified user subscribes to, including their own.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- bool reverse (optional)

Parameters
parametersThe parameters.
Returns
The lists.

◆ List() [6/6]

ListedResponse<List> CoreTweet.Rest.Lists.List ( string  screen_name,
bool?  reverse = null 
)
inline

Returns all lists the authenticating or specified user subscribes to, including their own.

Parameters
screen_nameany one is required.
reverseoptional.
Returns
The lists.

◆ ListAsync() [1/6]

Task<ListedResponse<List> > CoreTweet.Rest.Lists.ListAsync ( bool?  reverse = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns all lists the authenticating or specified user subscribes to, including their own.

Parameters
reverseoptional.
cancellationTokenThe cancellation token.
Returns
The lists.

◆ ListAsync() [2/6]

Task<ListedResponse<List> > CoreTweet.Rest.Lists.ListAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns all lists the authenticating or specified user subscribes to, including their own.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- bool reverse (optional)

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

◆ ListAsync() [3/6]

Task<ListedResponse<List> > CoreTweet.Rest.Lists.ListAsync ( long  user_id,
bool?  reverse = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns all lists the authenticating or specified user subscribes to, including their own.

Parameters
user_idany one is required.
reverseoptional.
cancellationTokenThe cancellation token.
Returns
The lists.

◆ ListAsync() [4/6]

Task<ListedResponse<List> > CoreTweet.Rest.Lists.ListAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns all lists the authenticating or specified user subscribes to, including their own.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- bool reverse (optional)

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

◆ ListAsync() [5/6]

Task<ListedResponse<List> > CoreTweet.Rest.Lists.ListAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Returns all lists the authenticating or specified user subscribes to, including their own.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- bool reverse (optional)

Parameters
parametersThe parameters.
Returns
The lists.

◆ ListAsync() [6/6]

Task<ListedResponse<List> > CoreTweet.Rest.Lists.ListAsync ( string  screen_name,
bool?  reverse = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns all lists the authenticating or specified user subscribes to, including their own.

Parameters
screen_nameany one is required.
reverseoptional.
cancellationTokenThe cancellation token.
Returns
The lists.

◆ Memberships() [1/6]

Cursored<List> CoreTweet.Rest.Lists.Memberships ( IDictionary< string, object >  parameters)
inline

Returns the lists the specified user has been added to.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

- bool filter_to_owned_lists (optional)

Parameters
parametersThe parameters.
Returns
The lists.

◆ Memberships() [2/6]

Cursored<List> CoreTweet.Rest.Lists.Memberships ( int?  count = null,
long?  cursor = null,
bool?  filter_to_owned_lists = null 
)
inline

Returns the lists the specified user has been added to.

Parameters
countoptional.
cursoroptional.
filter_to_owned_listsoptional.
Returns
The lists.

◆ Memberships() [3/6]

Cursored<List> CoreTweet.Rest.Lists.Memberships ( long  user_id,
int?  count = null,
long?  cursor = null,
bool?  filter_to_owned_lists = null 
)
inline

Returns the lists the specified user has been added to.

Parameters
user_idany one is required.
countoptional.
cursoroptional.
filter_to_owned_listsoptional.
Returns
The lists.

◆ Memberships() [4/6]

Cursored<List> CoreTweet.Rest.Lists.Memberships ( object  parameters)
inline

Returns the lists the specified user has been added to.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

- bool filter_to_owned_lists (optional)

Parameters
parametersThe parameters.
Returns
The lists.

◆ Memberships() [5/6]

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

Returns the lists the specified user has been added to.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

- bool filter_to_owned_lists (optional)

Parameters
parametersThe parameters.
Returns
The lists.

◆ Memberships() [6/6]

Cursored<List> CoreTweet.Rest.Lists.Memberships ( string  screen_name,
int?  count = null,
long?  cursor = null,
bool?  filter_to_owned_lists = null 
)
inline

Returns the lists the specified user has been added to.

Parameters
screen_nameany one is required.
countoptional.
cursoroptional.
filter_to_owned_listsoptional.
Returns
The lists.

◆ MembershipsAsync() [1/6]

Task<Cursored<List> > CoreTweet.Rest.Lists.MembershipsAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns the lists the specified user has been added to.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

- bool filter_to_owned_lists (optional)

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

◆ MembershipsAsync() [2/6]

Task<Cursored<List> > CoreTweet.Rest.Lists.MembershipsAsync ( int?  count = null,
long?  cursor = null,
bool?  filter_to_owned_lists = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns the lists the specified user has been added to.

Parameters
countoptional.
cursoroptional.
filter_to_owned_listsoptional.
cancellationTokenThe cancellation token.
Returns
The lists.

◆ MembershipsAsync() [3/6]

Task<Cursored<List> > CoreTweet.Rest.Lists.MembershipsAsync ( long  user_id,
int?  count = null,
long?  cursor = null,
bool?  filter_to_owned_lists = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns the lists the specified user has been added to.

Parameters
user_idany one is required.
countoptional.
cursoroptional.
filter_to_owned_listsoptional.
cancellationTokenThe cancellation token.
Returns
The lists.

◆ MembershipsAsync() [4/6]

Task<Cursored<List> > CoreTweet.Rest.Lists.MembershipsAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns the lists the specified user has been added to.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

- bool filter_to_owned_lists (optional)

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

◆ MembershipsAsync() [5/6]

Task<Cursored<List> > CoreTweet.Rest.Lists.MembershipsAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Returns the lists the specified user has been added to.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

- bool filter_to_owned_lists (optional)

Parameters
parametersThe parameters.
Returns
The lists.

◆ MembershipsAsync() [6/6]

Task<Cursored<List> > CoreTweet.Rest.Lists.MembershipsAsync ( string  screen_name,
int?  count = null,
long?  cursor = null,
bool?  filter_to_owned_lists = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns the lists the specified user has been added to.

Parameters
screen_nameany one is required.
countoptional.
cursoroptional.
filter_to_owned_listsoptional.
cancellationTokenThe cancellation token.
Returns
The lists.

◆ Ownerships() [1/6]

Cursored<List> CoreTweet.Rest.Lists.Ownerships ( IDictionary< string, object >  parameters)
inline

Returns the lists owned by the specified Twitter user.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

Parameters
parametersThe parameters.
Returns
The lists.

◆ Ownerships() [2/6]

Cursored<List> CoreTweet.Rest.Lists.Ownerships ( int?  count = null,
long?  cursor = null 
)
inline

Returns the lists owned by the specified Twitter user.

Parameters
countoptional.
cursoroptional.
Returns
The lists.

◆ Ownerships() [3/6]

Cursored<List> CoreTweet.Rest.Lists.Ownerships ( long  user_id,
int?  count = null,
long?  cursor = null 
)
inline

Returns the lists owned by the specified Twitter user.

Parameters
user_idany one is required.
countoptional.
cursoroptional.
Returns
The lists.

◆ Ownerships() [4/6]

Cursored<List> CoreTweet.Rest.Lists.Ownerships ( object  parameters)
inline

Returns the lists owned by the specified Twitter user.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

Parameters
parametersThe parameters.
Returns
The lists.

◆ Ownerships() [5/6]

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

Returns the lists owned by the specified Twitter user.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

Parameters
parametersThe parameters.
Returns
The lists.

◆ Ownerships() [6/6]

Cursored<List> CoreTweet.Rest.Lists.Ownerships ( string  screen_name,
int?  count = null,
long?  cursor = null 
)
inline

Returns the lists owned by the specified Twitter user.

Parameters
screen_nameany one is required.
countoptional.
cursoroptional.
Returns
The lists.

◆ OwnershipsAsync() [1/6]

Task<Cursored<List> > CoreTweet.Rest.Lists.OwnershipsAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns the lists owned by the specified Twitter user.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

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

◆ OwnershipsAsync() [2/6]

Task<Cursored<List> > CoreTweet.Rest.Lists.OwnershipsAsync ( int?  count = null,
long?  cursor = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns the lists owned by the specified Twitter user.

Parameters
countoptional.
cursoroptional.
cancellationTokenThe cancellation token.
Returns
The lists.

◆ OwnershipsAsync() [3/6]

Task<Cursored<List> > CoreTweet.Rest.Lists.OwnershipsAsync ( long  user_id,
int?  count = null,
long?  cursor = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns the lists owned by the specified Twitter user.

Parameters
user_idany one is required.
countoptional.
cursoroptional.
cancellationTokenThe cancellation token.
Returns
The lists.

◆ OwnershipsAsync() [4/6]

Task<Cursored<List> > CoreTweet.Rest.Lists.OwnershipsAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns the lists owned by the specified Twitter user.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

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

◆ OwnershipsAsync() [5/6]

Task<Cursored<List> > CoreTweet.Rest.Lists.OwnershipsAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Returns the lists owned by the specified Twitter user.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

Parameters
parametersThe parameters.
Returns
The lists.

◆ OwnershipsAsync() [6/6]

Task<Cursored<List> > CoreTweet.Rest.Lists.OwnershipsAsync ( string  screen_name,
int?  count = null,
long?  cursor = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns the lists owned by the specified Twitter user.

Parameters
screen_nameany one is required.
countoptional.
cursoroptional.
cancellationTokenThe cancellation token.
Returns
The lists.

◆ Show() [1/6]

ListResponse CoreTweet.Rest.Lists.Show ( IDictionary< string, object >  parameters)
inline

Returns 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.

◆ Show() [2/6]

ListResponse CoreTweet.Rest.Lists.Show ( long  list_id)
inline

Returns the specified list.

Parameters
list_idany one is required.
Returns
The list.

◆ Show() [3/6]

ListResponse CoreTweet.Rest.Lists.Show ( object  parameters)
inline

Returns 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.

◆ Show() [4/6]

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

Returns 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.

◆ Show() [5/6]

ListResponse CoreTweet.Rest.Lists.Show ( string  slug,
long  owner_id 
)
inline

Returns the specified list.

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

◆ Show() [6/6]

ListResponse CoreTweet.Rest.Lists.Show ( string  slug,
string  owner_screen_name 
)
inline

Returns the specified list.

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

◆ ShowAsync() [1/6]

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

Returns 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.

◆ ShowAsync() [2/6]

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

Returns the specified list.

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

◆ ShowAsync() [3/6]

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

Returns 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.

◆ ShowAsync() [4/6]

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

Returns 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.

◆ ShowAsync() [5/6]

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

Returns the specified list.

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

◆ ShowAsync() [6/6]

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

Returns the specified list.

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

◆ Statuses() [1/6]

ListedResponse<Status> CoreTweet.Rest.Lists.Statuses ( IDictionary< string, object >  parameters)
inline

Returns a timeline of tweets authored by members 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)

- long since_id (optional)

- long max_id (optional)

- int count (optional)

- bool include_entities (optional)

- bool include_rts (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The statuses.

◆ Statuses() [2/6]

ListedResponse<Status> CoreTweet.Rest.Lists.Statuses ( long  list_id,
long?  since_id = null,
long?  max_id = null,
int?  count = null,
bool?  include_entities = null,
bool?  include_rts = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Returns a timeline of tweets authored by members of the specified list.

Parameters
list_idany one is required.
since_idoptional.
max_idoptional.
countoptional.
include_entitiesoptional.
include_rtsoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The statuses.

◆ Statuses() [3/6]

ListedResponse<Status> CoreTweet.Rest.Lists.Statuses ( object  parameters)
inline

Returns a timeline of tweets authored by members 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)

- long since_id (optional)

- long max_id (optional)

- int count (optional)

- bool include_entities (optional)

- bool include_rts (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The statuses.

◆ Statuses() [4/6]

ListedResponse<Status> CoreTweet.Rest.Lists.Statuses ( params Expression< Func< string, object >>[]  parameters)
inline

Returns a timeline of tweets authored by members 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)

- long since_id (optional)

- long max_id (optional)

- int count (optional)

- bool include_entities (optional)

- bool include_rts (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The statuses.

◆ Statuses() [5/6]

ListedResponse<Status> CoreTweet.Rest.Lists.Statuses ( string  slug,
long  owner_id,
long?  since_id = null,
long?  max_id = null,
int?  count = null,
bool?  include_entities = null,
bool?  include_rts = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Returns a timeline of tweets authored by members of the specified list.

Parameters
slugany one is required.
owner_idany one is required.
since_idoptional.
max_idoptional.
countoptional.
include_entitiesoptional.
include_rtsoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The statuses.

◆ Statuses() [6/6]

ListedResponse<Status> CoreTweet.Rest.Lists.Statuses ( string  slug,
string  owner_screen_name,
long?  since_id = null,
long?  max_id = null,
int?  count = null,
bool?  include_entities = null,
bool?  include_rts = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Returns a timeline of tweets authored by members of the specified list.

Parameters
slugany one is required.
owner_screen_nameany one is required.
since_idoptional.
max_idoptional.
countoptional.
include_entitiesoptional.
include_rtsoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The statuses.

◆ StatusesAsync() [1/6]

Task<ListedResponse<Status> > CoreTweet.Rest.Lists.StatusesAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns a timeline of tweets authored by members 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)

- long since_id (optional)

- long max_id (optional)

- int count (optional)

- bool include_entities (optional)

- bool include_rts (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

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

◆ StatusesAsync() [2/6]

Task<ListedResponse<Status> > CoreTweet.Rest.Lists.StatusesAsync ( long  list_id,
long?  since_id = null,
long?  max_id = null,
int?  count = null,
bool?  include_entities = null,
bool?  include_rts = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns a timeline of tweets authored by members of the specified list.

Parameters
list_idany one is required.
since_idoptional.
max_idoptional.
countoptional.
include_entitiesoptional.
include_rtsoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ StatusesAsync() [3/6]

Task<ListedResponse<Status> > CoreTweet.Rest.Lists.StatusesAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns a timeline of tweets authored by members 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)

- long since_id (optional)

- long max_id (optional)

- int count (optional)

- bool include_entities (optional)

- bool include_rts (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

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

◆ StatusesAsync() [4/6]

Task<ListedResponse<Status> > CoreTweet.Rest.Lists.StatusesAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Returns a timeline of tweets authored by members 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)

- long since_id (optional)

- long max_id (optional)

- int count (optional)

- bool include_entities (optional)

- bool include_rts (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The statuses.

◆ StatusesAsync() [5/6]

Task<ListedResponse<Status> > CoreTweet.Rest.Lists.StatusesAsync ( string  slug,
long  owner_id,
long?  since_id = null,
long?  max_id = null,
int?  count = null,
bool?  include_entities = null,
bool?  include_rts = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns a timeline of tweets authored by members of the specified list.

Parameters
slugany one is required.
owner_idany one is required.
since_idoptional.
max_idoptional.
countoptional.
include_entitiesoptional.
include_rtsoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ StatusesAsync() [6/6]

Task<ListedResponse<Status> > CoreTweet.Rest.Lists.StatusesAsync ( string  slug,
string  owner_screen_name,
long?  since_id = null,
long?  max_id = null,
int?  count = null,
bool?  include_entities = null,
bool?  include_rts = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns a timeline of tweets authored by members of the specified list.

Parameters
slugany one is required.
owner_screen_nameany one is required.
since_idoptional.
max_idoptional.
countoptional.
include_entitiesoptional.
include_rtsoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ Subscriptions() [1/5]

Cursored<List> CoreTweet.Rest.Lists.Subscriptions ( IDictionary< string, object >  parameters)
inline

Obtain a collection of the lists the specified user is subscribed to.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

Parameters
parametersThe parameters.
Returns
The lists.

◆ Subscriptions() [2/5]

Cursored<List> CoreTweet.Rest.Lists.Subscriptions ( long  user_id,
int?  count = null,
long?  cursor = null 
)
inline

Obtain a collection of the lists the specified user is subscribed to.

Parameters
user_idany one is required.
countoptional.
cursoroptional.
Returns
The lists.

◆ Subscriptions() [3/5]

Cursored<List> CoreTweet.Rest.Lists.Subscriptions ( object  parameters)
inline

Obtain a collection of the lists the specified user is subscribed to.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

Parameters
parametersThe parameters.
Returns
The lists.

◆ Subscriptions() [4/5]

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

Obtain a collection of the lists the specified user is subscribed to.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

Parameters
parametersThe parameters.
Returns
The lists.

◆ Subscriptions() [5/5]

Cursored<List> CoreTweet.Rest.Lists.Subscriptions ( string  screen_name,
int?  count = null,
long?  cursor = null 
)
inline

Obtain a collection of the lists the specified user is subscribed to.

Parameters
screen_nameany one is required.
countoptional.
cursoroptional.
Returns
The lists.

◆ SubscriptionsAsync() [1/5]

Task<Cursored<List> > CoreTweet.Rest.Lists.SubscriptionsAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Obtain a collection of the lists the specified user is subscribed to.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

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

◆ SubscriptionsAsync() [2/5]

Task<Cursored<List> > CoreTweet.Rest.Lists.SubscriptionsAsync ( long  user_id,
int?  count = null,
long?  cursor = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Obtain a collection of the lists the specified user is subscribed to.

Parameters
user_idany one is required.
countoptional.
cursoroptional.
cancellationTokenThe cancellation token.
Returns
The lists.

◆ SubscriptionsAsync() [3/5]

Task<Cursored<List> > CoreTweet.Rest.Lists.SubscriptionsAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Obtain a collection of the lists the specified user is subscribed to.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

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

◆ SubscriptionsAsync() [4/5]

Task<Cursored<List> > CoreTweet.Rest.Lists.SubscriptionsAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Obtain a collection of the lists the specified user is subscribed to.

Available parameters:

- long user_id (any one is required)

- string screen_name (any one is required)

- int count (optional)

- long cursor (optional)

Parameters
parametersThe parameters.
Returns
The lists.

◆ SubscriptionsAsync() [5/5]

Task<Cursored<List> > CoreTweet.Rest.Lists.SubscriptionsAsync ( string  screen_name,
int?  count = null,
long?  cursor = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Obtain a collection of the lists the specified user is subscribed to.

Parameters
screen_nameany one is required.
countoptional.
cursoroptional.
cancellationTokenThe cancellation token.
Returns
The lists.

◆ Update() [1/6]

ListResponse CoreTweet.Rest.Lists.Update ( IDictionary< string, object >  parameters)
inline

Updates 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)

- string name (optional)

- string mode (optional)

- string description (optional)

Parameters
parametersThe parameters.
Returns
The list.

◆ Update() [2/6]

ListResponse CoreTweet.Rest.Lists.Update ( long  list_id,
string  name = null,
string  mode = null,
string  description = null 
)
inline

Updates the specified list.

Parameters
list_idany one is required.
nameoptional.
modeoptional.
descriptionoptional.
Returns
The list.

◆ Update() [3/6]

ListResponse CoreTweet.Rest.Lists.Update ( object  parameters)
inline

Updates 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)

- string name (optional)

- string mode (optional)

- string description (optional)

Parameters
parametersThe parameters.
Returns
The list.

◆ Update() [4/6]

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

Updates 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)

- string name (optional)

- string mode (optional)

- string description (optional)

Parameters
parametersThe parameters.
Returns
The list.

◆ Update() [5/6]

ListResponse CoreTweet.Rest.Lists.Update ( string  slug,
long  owner_id,
string  name = null,
string  mode = null,
string  description = null 
)
inline

Updates the specified list.

Parameters
slugany one is required.
owner_idany one is required.
nameoptional.
modeoptional.
descriptionoptional.
Returns
The list.

◆ Update() [6/6]

ListResponse CoreTweet.Rest.Lists.Update ( string  slug,
string  owner_screen_name,
string  name = null,
string  mode = null,
string  description = null 
)
inline

Updates the specified list.

Parameters
slugany one is required.
owner_screen_nameany one is required.
nameoptional.
modeoptional.
descriptionoptional.
Returns
The list.

◆ UpdateAsync() [1/6]

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

Updates 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)

- string name (optional)

- string mode (optional)

- string description (optional)

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

◆ UpdateAsync() [2/6]

Task<ListResponse> CoreTweet.Rest.Lists.UpdateAsync ( long  list_id,
string  name = null,
string  mode = null,
string  description = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Updates the specified list.

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

◆ UpdateAsync() [3/6]

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

Updates 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)

- string name (optional)

- string mode (optional)

- string description (optional)

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

◆ UpdateAsync() [4/6]

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

Updates 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)

- string name (optional)

- string mode (optional)

- string description (optional)

Parameters
parametersThe parameters.
Returns
The list.

◆ UpdateAsync() [5/6]

Task<ListResponse> CoreTweet.Rest.Lists.UpdateAsync ( string  slug,
long  owner_id,
string  name = null,
string  mode = null,
string  description = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Updates the specified list.

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

◆ UpdateAsync() [6/6]

Task<ListResponse> CoreTweet.Rest.Lists.UpdateAsync ( string  slug,
string  owner_screen_name,
string  name = null,
string  mode = null,
string  description = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Updates the specified list.

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

Member Data Documentation

◆ Members

ListsMembers CoreTweet.Rest.Lists.Members => new ListsMembers(this.Tokens)

Gets the wrapper of lists/members

◆ Subscribers

ListsSubscribers CoreTweet.Rest.Lists.Subscribers => new ListsSubscribers(this.Tokens)

Gets the wrapper of lists/subscribers


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