![]() |
CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Provides a set of methods for the wrapper of GET/POST lists. More...
Public Member Functions | |
ListedResponse< List > | List (params Expression< Func< string, object >>[] parameters) |
ListedResponse< List > | List (IDictionary< string, object > parameters) |
ListedResponse< List > | List (object parameters) |
ListedResponse< List > | List (bool? reverse=null) |
ListedResponse< List > | List (long user_id, bool? reverse=null) |
ListedResponse< List > | List (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< List > | Memberships (params Expression< Func< string, object >>[] parameters) |
Cursored< List > | Memberships (IDictionary< string, object > parameters) |
Cursored< List > | Memberships (object parameters) |
IEnumerable< List > | EnumerateMemberships (EnumerateMode mode, int? count=null, long? cursor=null, bool? filter_to_owned_lists=null) |
Cursored< List > | Memberships (int? count=null, long? cursor=null, bool? filter_to_owned_lists=null) |
IEnumerable< List > | EnumerateMemberships (EnumerateMode mode, long user_id, int? count=null, long? cursor=null, bool? filter_to_owned_lists=null) |
Cursored< List > | Memberships (long user_id, int? count=null, long? cursor=null, bool? filter_to_owned_lists=null) |
IEnumerable< List > | EnumerateMemberships (EnumerateMode mode, string screen_name, int? count=null, long? cursor=null, bool? filter_to_owned_lists=null) |
Cursored< List > | Memberships (string screen_name, int? count=null, long? cursor=null, bool? filter_to_owned_lists=null) |
IEnumerable< List > | EnumerateMemberships (EnumerateMode mode, params Expression< Func< string, object >>[] parameters) |
IEnumerable< List > | EnumerateMemberships (EnumerateMode mode, IDictionary< string, object > parameters) |
IEnumerable< List > | EnumerateMemberships (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< List > | Ownerships (params Expression< Func< string, object >>[] parameters) |
Cursored< List > | Ownerships (IDictionary< string, object > parameters) |
Cursored< List > | Ownerships (object parameters) |
IEnumerable< List > | EnumerateOwnerships (EnumerateMode mode, int? count=null, long? cursor=null) |
Cursored< List > | Ownerships (int? count=null, long? cursor=null) |
IEnumerable< List > | EnumerateOwnerships (EnumerateMode mode, long user_id, int? count=null, long? cursor=null) |
Cursored< List > | Ownerships (long user_id, int? count=null, long? cursor=null) |
IEnumerable< List > | EnumerateOwnerships (EnumerateMode mode, string screen_name, int? count=null, long? cursor=null) |
Cursored< List > | Ownerships (string screen_name, int? count=null, long? cursor=null) |
IEnumerable< List > | EnumerateOwnerships (EnumerateMode mode, params Expression< Func< string, object >>[] parameters) |
IEnumerable< List > | EnumerateOwnerships (EnumerateMode mode, IDictionary< string, object > parameters) |
IEnumerable< List > | EnumerateOwnerships (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< ListResponse > | ShowAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListResponse > | ShowAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListResponse > | ShowAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListResponse > | ShowAsync (long list_id, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListResponse > | ShowAsync (string slug, string owner_screen_name, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListResponse > | ShowAsync (string slug, long owner_id, CancellationToken cancellationToken=default(CancellationToken)) |
Cursored< List > | Subscriptions (params Expression< Func< string, object >>[] parameters) |
Cursored< List > | Subscriptions (IDictionary< string, object > parameters) |
Cursored< List > | Subscriptions (object parameters) |
IEnumerable< List > | EnumerateSubscriptions (EnumerateMode mode, long user_id, int? count=null, long? cursor=null) |
Cursored< List > | Subscriptions (long user_id, int? count=null, long? cursor=null) |
IEnumerable< List > | EnumerateSubscriptions (EnumerateMode mode, string screen_name, int? count=null, long? cursor=null) |
Cursored< List > | Subscriptions (string screen_name, int? count=null, long? cursor=null) |
IEnumerable< List > | EnumerateSubscriptions (EnumerateMode mode, params Expression< Func< string, object >>[] parameters) |
IEnumerable< List > | EnumerateSubscriptions (EnumerateMode mode, IDictionary< string, object > parameters) |
IEnumerable< List > | EnumerateSubscriptions (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< Status > | Statuses (params Expression< Func< string, object >>[] parameters) |
ListedResponse< Status > | Statuses (IDictionary< string, object > parameters) |
ListedResponse< Status > | Statuses (object parameters) |
ListedResponse< Status > | 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) |
ListedResponse< Status > | 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) |
ListedResponse< Status > | 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) |
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< ListResponse > | CreateAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListResponse > | CreateAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListResponse > | CreateAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListResponse > | CreateAsync (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< ListResponse > | DestroyAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListResponse > | DestroyAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListResponse > | DestroyAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListResponse > | DestroyAsync (long list_id, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListResponse > | DestroyAsync (string slug, string owner_screen_name, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListResponse > | DestroyAsync (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< ListResponse > | UpdateAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListResponse > | UpdateAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListResponse > | UpdateAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListResponse > | UpdateAsync (long list_id, string name=null, string mode=null, string description=null, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListResponse > | UpdateAsync (string slug, string owner_screen_name, string name=null, string mode=null, string description=null, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListResponse > | UpdateAsync (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... | |
Provides a set of methods for the wrapper of GET/POST lists.
|
inline |
Creates a new list for the authenticated user.
Available parameters:
- string
name (required)
- string
mode (optional)
- string
description (optional)
parameters | The parameters. |
|
inline |
Creates a new list for the authenticated user.
Available parameters:
- string
name (required)
- string
mode (optional)
- string
description (optional)
parameters | The parameters. |
|
inline |
Creates a new list for the authenticated user.
Available parameters:
- string
name (required)
- string
mode (optional)
- string
description (optional)
parameters | The parameters. |
|
inline |
Creates a new list for the authenticated user.
name | required. |
mode | optional. |
description | optional. |
|
inline |
Creates a new list for the authenticated user.
Available parameters:
- string
name (required)
- string
mode (optional)
- string
description (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Creates a new list for the authenticated user.
Available parameters:
- string
name (required)
- string
mode (optional)
- string
description (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Creates a new list for the authenticated user.
Available parameters:
- string
name (required)
- string
mode (optional)
- string
description (optional)
parameters | The parameters. |
|
inline |
Creates a new list for the authenticated user.
name | required. |
mode | optional. |
description | optional. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
|
inline |
Deletes the specified list.
list_id | any one is required. |
|
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 | The 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 | The parameters. |
|
inline |
Deletes the specified list.
slug | any one is required. |
owner_id | any one is required. |
|
inline |
Deletes the specified list.
slug | any one is required. |
owner_screen_name | any one is required. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Deletes the specified list.
list_id | any one is required. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
|
inline |
Deletes the specified list.
slug | any one is required. |
owner_id | any one is required. |
cancellationToken | The cancellation token. |
|
inline |
Deletes the specified list.
slug | any one is required. |
owner_screen_name | any one is required. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns the lists the specified user has been added to.
count | optional. |
cursor | optional. |
filter_to_owned_lists | optional. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns the lists the specified user has been added to.
user_id | any one is required. |
count | optional. |
cursor | optional. |
filter_to_owned_lists | optional. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
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 | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
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 | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns the lists the specified user has been added to.
screen_name | any one is required. |
count | optional. |
cursor | optional. |
filter_to_owned_lists | optional. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
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 | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns the lists owned by the specified Twitter user.
count | optional. |
cursor | optional. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns the lists owned by the specified Twitter user.
user_id | any one is required. |
count | optional. |
cursor | optional. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
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 | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
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 | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns the lists owned by the specified Twitter user.
screen_name | any one is required. |
count | optional. |
cursor | optional. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
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 | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Obtain a collection of the lists the specified user is subscribed to.
user_id | any one is required. |
count | optional. |
cursor | optional. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
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 | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
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 | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Obtain a collection of the lists the specified user is subscribed to.
screen_name | any one is required. |
count | optional. |
cursor | optional. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns all lists the authenticating or specified user subscribes to, including their own.
reverse | optional. |
|
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 | The parameters. |
|
inline |
Returns all lists the authenticating or specified user subscribes to, including their own.
user_id | any one is required. |
reverse | optional. |
|
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 | The 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 | The parameters. |
|
inline |
Returns all lists the authenticating or specified user subscribes to, including their own.
screen_name | any one is required. |
reverse | optional. |
|
inline |
Returns all lists the authenticating or specified user subscribes to, including their own.
reverse | optional. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns all lists the authenticating or specified user subscribes to, including their own.
user_id | any one is required. |
reverse | optional. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
|
inline |
Returns all lists the authenticating or specified user subscribes to, including their own.
screen_name | any one is required. |
reverse | optional. |
cancellationToken | The cancellation token. |
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 | The parameters. |
|
inline |
Returns the lists the specified user has been added to.
count | optional. |
cursor | optional. |
filter_to_owned_lists | optional. |
|
inline |
Returns the lists the specified user has been added to.
user_id | any one is required. |
count | optional. |
cursor | optional. |
filter_to_owned_lists | optional. |
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 | The 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 | The parameters. |
|
inline |
Returns the lists the specified user has been added to.
screen_name | any one is required. |
count | optional. |
cursor | optional. |
filter_to_owned_lists | optional. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the lists the specified user has been added to.
count | optional. |
cursor | optional. |
filter_to_owned_lists | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns the lists the specified user has been added to.
user_id | any one is required. |
count | optional. |
cursor | optional. |
filter_to_owned_lists | optional. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
|
inline |
Returns the lists the specified user has been added to.
screen_name | any one is required. |
count | optional. |
cursor | optional. |
filter_to_owned_lists | optional. |
cancellationToken | The cancellation token. |
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 | The parameters. |
Returns the lists owned by the specified Twitter user.
count | optional. |
cursor | optional. |
|
inline |
Returns the lists owned by the specified Twitter user.
user_id | any one is required. |
count | optional. |
cursor | optional. |
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 | The 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 | The parameters. |
|
inline |
Returns the lists owned by the specified Twitter user.
screen_name | any one is required. |
count | optional. |
cursor | optional. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the lists owned by the specified Twitter user.
count | optional. |
cursor | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns the lists owned by the specified Twitter user.
user_id | any one is required. |
count | optional. |
cursor | optional. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
|
inline |
Returns the lists owned by the specified Twitter user.
screen_name | any one is required. |
count | optional. |
cursor | optional. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
|
inline |
Returns the specified list.
list_id | any one is required. |
|
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 | The 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 | The parameters. |
|
inline |
Returns the specified list.
slug | any one is required. |
owner_id | any one is required. |
|
inline |
Returns the specified list.
slug | any one is required. |
owner_screen_name | any one is required. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the specified list.
list_id | any one is required. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
|
inline |
Returns the specified list.
slug | any one is required. |
owner_id | any one is required. |
cancellationToken | The cancellation token. |
|
inline |
Returns the specified list.
slug | any one is required. |
owner_screen_name | any one is required. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
|
inline |
Returns a timeline of tweets authored by members of the specified list.
list_id | any one is required. |
since_id | optional. |
max_id | optional. |
count | optional. |
include_entities | optional. |
include_rts | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
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 | The 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 | The parameters. |
|
inline |
Returns a timeline of tweets authored by members of the specified list.
slug | any one is required. |
owner_id | any one is required. |
since_id | optional. |
max_id | optional. |
count | optional. |
include_entities | optional. |
include_rts | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Returns a timeline of tweets authored by members of the specified list.
slug | any one is required. |
owner_screen_name | any one is required. |
since_id | optional. |
max_id | optional. |
count | optional. |
include_entities | optional. |
include_rts | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a timeline of tweets authored by members of the specified list.
list_id | any one is required. |
since_id | optional. |
max_id | optional. |
count | optional. |
include_entities | optional. |
include_rts | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
|
inline |
Returns a timeline of tweets authored by members of the specified list.
slug | any one is required. |
owner_id | any one is required. |
since_id | optional. |
max_id | optional. |
count | optional. |
include_entities | optional. |
include_rts | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns a timeline of tweets authored by members of the specified list.
slug | any one is required. |
owner_screen_name | any one is required. |
since_id | optional. |
max_id | optional. |
count | optional. |
include_entities | optional. |
include_rts | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
|
inline |
Obtain a collection of the lists the specified user is subscribed to.
user_id | any one is required. |
count | optional. |
cursor | optional. |
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 | The 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 | The parameters. |
|
inline |
Obtain a collection of the lists the specified user is subscribed to.
screen_name | any one is required. |
count | optional. |
cursor | optional. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Obtain a collection of the lists the specified user is subscribed to.
user_id | any one is required. |
count | optional. |
cursor | optional. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
|
inline |
Obtain a collection of the lists the specified user is subscribed to.
screen_name | any one is required. |
count | optional. |
cursor | optional. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
|
inline |
Updates the specified list.
list_id | any one is required. |
name | optional. |
mode | optional. |
description | optional. |
|
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 | The 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 | The parameters. |
|
inline |
Updates the specified list.
slug | any one is required. |
owner_id | any one is required. |
name | optional. |
mode | optional. |
description | optional. |
|
inline |
Updates the specified list.
slug | any one is required. |
owner_screen_name | any one is required. |
name | optional. |
mode | optional. |
description | optional. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Updates the specified list.
list_id | any one is required. |
name | optional. |
mode | optional. |
description | optional. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
|
inline |
Updates the specified list.
slug | any one is required. |
owner_id | any one is required. |
name | optional. |
mode | optional. |
description | optional. |
cancellationToken | The cancellation token. |
|
inline |
Updates the specified list.
slug | any one is required. |
owner_screen_name | any one is required. |
name | optional. |
mode | optional. |
description | optional. |
cancellationToken | The cancellation token. |
ListsMembers CoreTweet.Rest.Lists.Members => new ListsMembers(this.Tokens) |
Gets the wrapper of lists/members
ListsSubscribers CoreTweet.Rest.Lists.Subscribers => new ListsSubscribers(this.Tokens) |
Gets the wrapper of lists/subscribers