![]() |
CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Provides a set of methods for the wrapper of GET/POST lists/subscribers. More...
Public Member Functions | |
| Cursored< User > | List (params Expression< Func< string, object >>[] parameters) |
| Cursored< User > | List (IDictionary< string, object > parameters) |
| Cursored< User > | List (object parameters) |
| IEnumerable< User > | EnumerateList (EnumerateMode mode, long list_id, int? count=null, long? cursor=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
| Cursored< User > | List (long list_id, int? count=null, long? cursor=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
| IEnumerable< User > | EnumerateList (EnumerateMode mode, string slug, string owner_screen_name, int? count=null, long? cursor=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
| Cursored< User > | List (string slug, string owner_screen_name, int? count=null, long? cursor=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
| IEnumerable< User > | EnumerateList (EnumerateMode mode, string slug, long owner_id, int? count=null, long? cursor=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
| Cursored< User > | List (string slug, long owner_id, int? count=null, long? cursor=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
| IEnumerable< User > | EnumerateList (EnumerateMode mode, params Expression< Func< string, object >>[] parameters) |
| IEnumerable< User > | EnumerateList (EnumerateMode mode, IDictionary< string, object > parameters) |
| IEnumerable< User > | EnumerateList (EnumerateMode mode, object parameters) |
| Task< Cursored< User > > | ListAsync (params Expression< Func< string, object >>[] parameters) |
| Task< Cursored< User > > | ListAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< Cursored< User > > | ListAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< Cursored< User > > | ListAsync (long list_id, int? count=null, long? cursor=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< Cursored< User > > | ListAsync (string slug, string owner_screen_name, int? count=null, long? cursor=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< Cursored< User > > | ListAsync (string slug, long owner_id, int? count=null, long? cursor=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
| UserResponse | Show (params Expression< Func< string, object >>[] parameters) |
| UserResponse | Show (IDictionary< string, object > parameters) |
| UserResponse | Show (object parameters) |
| UserResponse | Show (long list_id, long user_id, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
| UserResponse | Show (long list_id, string screen_name, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
| UserResponse | Show (string slug, string owner_screen_name, long user_id, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
| UserResponse | Show (string slug, string owner_screen_name, string screen_name, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
| UserResponse | Show (string slug, long owner_id, long user_id, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
| UserResponse | Show (string slug, long owner_id, string screen_name, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
| Task< UserResponse > | ShowAsync (params Expression< Func< string, object >>[] parameters) |
| Task< UserResponse > | ShowAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< UserResponse > | ShowAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< UserResponse > | ShowAsync (long list_id, long user_id, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< UserResponse > | ShowAsync (long list_id, string screen_name, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< UserResponse > | ShowAsync (string slug, string owner_screen_name, long user_id, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< UserResponse > | ShowAsync (string slug, string owner_screen_name, string screen_name, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< UserResponse > | ShowAsync (string slug, long owner_id, long user_id, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< UserResponse > | ShowAsync (string slug, long owner_id, string screen_name, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
| ListResponse | Create (params Expression< Func< string, object >>[] parameters) |
| ListResponse | Create (IDictionary< string, object > parameters) |
| ListResponse | Create (object parameters) |
| ListResponse | Create (long list_id) |
| ListResponse | Create (string slug, string owner_screen_name) |
| ListResponse | Create (string slug, long owner_id) |
| Task< 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 (long list_id, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< ListResponse > | CreateAsync (string slug, string owner_screen_name, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< ListResponse > | CreateAsync (string slug, long owner_id, CancellationToken cancellationToken=default(CancellationToken)) |
| ListResponse | Destroy (params Expression< Func< string, object >>[] parameters) |
| ListResponse | Destroy (IDictionary< string, object > parameters) |
| ListResponse | Destroy (object parameters) |
| ListResponse | Destroy (long list_id) |
| ListResponse | Destroy (string slug, string owner_screen_name) |
| ListResponse | Destroy (string slug, long owner_id) |
| Task< 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)) |
Additional Inherited Members | |
Public Attributes inherited from CoreTweet.Core.ApiProviderBase | |
| TokensBase | IncludedTokens => this.Tokens |
| Gets the tokens being used in this instance. More... | |
Properties inherited from CoreTweet.Core.ApiProviderBase | |
| TokensBase | Tokens [get, set] |
| Gets or sets the OAuth tokens. More... | |
Provides a set of methods for the wrapper of GET/POST lists/subscribers.
|
inline |
Subscribes the authenticated user to the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
| parameters | The parameters. |
|
inline |
Subscribes the authenticated user to the specified list.
| list_id | any one is required. |
|
inline |
Subscribes the authenticated user to the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
| parameters | The parameters. |
|
inline |
Subscribes the authenticated user to the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
| parameters | The parameters. |
|
inline |
Subscribes the authenticated user to the specified list.
| slug | any one is required. |
| owner_id | any one is required. |
|
inline |
Subscribes the authenticated user to the specified list.
| slug | any one is required. |
| owner_screen_name | any one is required. |
|
inline |
Subscribes the authenticated user to the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Subscribes the authenticated user to the specified list.
| list_id | any one is required. |
| cancellationToken | The cancellation token. |
|
inline |
Subscribes the authenticated user to the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Subscribes the authenticated user to the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
| parameters | The parameters. |
|
inline |
Subscribes the authenticated user to the specified list.
| slug | any one is required. |
| owner_id | any one is required. |
| cancellationToken | The cancellation token. |
|
inline |
Subscribes the authenticated user to the specified list.
| slug | any one is required. |
| owner_screen_name | any one is required. |
| cancellationToken | The cancellation token. |
|
inline |
Unsubscribes the authenticated user from the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
| parameters | The parameters. |
|
inline |
Unsubscribes the authenticated user from the specified list.
| list_id | any one is required. |
|
inline |
Unsubscribes the authenticated user from the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
| parameters | The parameters. |
|
inline |
Unsubscribes the authenticated user from the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
| parameters | The parameters. |
|
inline |
Unsubscribes the authenticated user from the specified list.
| slug | any one is required. |
| owner_id | any one is required. |
|
inline |
Unsubscribes the authenticated user from the specified list.
| slug | any one is required. |
| owner_screen_name | any one is required. |
|
inline |
Unsubscribes the authenticated user from the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Unsubscribes the authenticated user from the specified list.
| list_id | any one is required. |
| cancellationToken | The cancellation token. |
|
inline |
Unsubscribes the authenticated user from the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Unsubscribes the authenticated user from the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
| parameters | The parameters. |
|
inline |
Unsubscribes the authenticated user from the specified list.
| slug | any one is required. |
| owner_id | any one is required. |
| cancellationToken | The cancellation token. |
|
inline |
Unsubscribes the authenticated user from the specified list.
| slug | any one is required. |
| owner_screen_name | any one is required. |
| cancellationToken | The cancellation token. |
|
inline |
Returns the subscribers of the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
- int count (optional)
- long cursor (optional)
- bool include_entities (optional)
- bool skip_status (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
| mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns the subscribers of the specified list.
| list_id | any one is required. |
| count | optional. |
| cursor | optional. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
| mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns the subscribers of the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
- int count (optional)
- long cursor (optional)
- bool include_entities (optional)
- bool skip_status (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
| mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns the subscribers of the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
- int count (optional)
- long cursor (optional)
- bool include_entities (optional)
- bool skip_status (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
| mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns the subscribers of the specified list.
| slug | any one is required. |
| owner_id | any one is required. |
| count | optional. |
| cursor | optional. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
| mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns the subscribers of the specified list.
| slug | any one is required. |
| owner_screen_name | any one is required. |
| count | optional. |
| cursor | optional. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
| mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns the subscribers of the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
- int count (optional)
- long cursor (optional)
- bool include_entities (optional)
- bool skip_status (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Returns the subscribers of the specified list.
| list_id | any one is required. |
| count | optional. |
| cursor | optional. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
Returns the subscribers of the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
- int count (optional)
- long cursor (optional)
- bool include_entities (optional)
- bool skip_status (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Returns the subscribers of the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
- int count (optional)
- long cursor (optional)
- bool include_entities (optional)
- bool skip_status (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Returns the subscribers of the specified list.
| slug | any one is required. |
| owner_id | any one is required. |
| count | optional. |
| cursor | optional. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
|
inline |
Returns the subscribers of the specified list.
| slug | any one is required. |
| owner_screen_name | any one is required. |
| count | optional. |
| cursor | optional. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
|
inline |
Returns the subscribers of the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
- int count (optional)
- long cursor (optional)
- bool include_entities (optional)
- bool skip_status (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Returns the subscribers of the specified list.
| list_id | any one is required. |
| count | optional. |
| cursor | optional. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
| cancellationToken | The cancellation token. |
|
inline |
Returns the subscribers of the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
- int count (optional)
- long cursor (optional)
- bool include_entities (optional)
- bool skip_status (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Returns the subscribers of the specified list.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
- int count (optional)
- long cursor (optional)
- bool include_entities (optional)
- bool skip_status (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Returns the subscribers of the specified list.
| slug | any one is required. |
| owner_id | any one is required. |
| count | optional. |
| cursor | optional. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
| cancellationToken | The cancellation token. |
|
inline |
Returns the subscribers of the specified list.
| slug | any one is required. |
| owner_screen_name | any one is required. |
| count | optional. |
| cursor | optional. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
| cancellationToken | The cancellation token. |
|
inline |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
- long user_id (any one is required)
- string screen_name (any one is required)
- bool include_entities (optional)
- bool skip_status (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.
| list_id | any one is required. |
| user_id | any one is required. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
|
inline |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.
| list_id | any one is required. |
| screen_name | any one is required. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
|
inline |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
- long user_id (any one is required)
- string screen_name (any one is required)
- bool include_entities (optional)
- bool skip_status (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
- long user_id (any one is required)
- string screen_name (any one is required)
- bool include_entities (optional)
- bool skip_status (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.
| slug | any one is required. |
| owner_id | any one is required. |
| user_id | any one is required. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
|
inline |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.
| slug | any one is required. |
| owner_id | any one is required. |
| screen_name | any one is required. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
|
inline |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.
| slug | any one is required. |
| owner_screen_name | any one is required. |
| user_id | any one is required. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
|
inline |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.
| slug | any one is required. |
| owner_screen_name | any one is required. |
| screen_name | any one is required. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
|
inline |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
- long user_id (any one is required)
- string screen_name (any one is required)
- bool include_entities (optional)
- bool skip_status (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.
| list_id | any one is required. |
| user_id | any one is required. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
| cancellationToken | The cancellation token. |
|
inline |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.
| list_id | any one is required. |
| screen_name | any one is required. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
| cancellationToken | The cancellation token. |
|
inline |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
- long user_id (any one is required)
- string screen_name (any one is required)
- bool include_entities (optional)
- bool skip_status (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.
Available parameters:
- long list_id (any one is required)
- string slug (any one is required)
- string owner_screen_name (any one is required)
- long owner_id (any one is required)
- long user_id (any one is required)
- string screen_name (any one is required)
- bool include_entities (optional)
- bool skip_status (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.
| slug | any one is required. |
| owner_id | any one is required. |
| user_id | any one is required. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
| cancellationToken | The cancellation token. |
|
inline |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.
| slug | any one is required. |
| owner_id | any one is required. |
| screen_name | any one is required. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
| cancellationToken | The cancellation token. |
|
inline |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.
| slug | any one is required. |
| owner_screen_name | any one is required. |
| user_id | any one is required. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
| cancellationToken | The cancellation token. |
|
inline |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.
| slug | any one is required. |
| owner_screen_name | any one is required. |
| screen_name | any one is required. |
| include_entities | optional. |
| skip_status | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
| cancellationToken | The cancellation token. |
1.8.17