![]() |
CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Provides a set of methods for the wrapper of GET followers. More...
Public Member Functions | |
| Cursored< long > | Ids (params Expression< Func< string, object >>[] parameters) |
| Cursored< long > | Ids (IDictionary< string, object > parameters) |
| Cursored< long > | Ids (object parameters) |
| IEnumerable< long > | EnumerateIds (EnumerateMode mode, long user_id, long? cursor=null, int? count=null) |
| Cursored< long > | Ids (long user_id, long? cursor=null, int? count=null) |
| IEnumerable< long > | EnumerateIds (EnumerateMode mode, string screen_name, long? cursor=null, int? count=null) |
| Cursored< long > | Ids (string screen_name, long? cursor=null, int? count=null) |
| IEnumerable< long > | EnumerateIds (EnumerateMode mode, params Expression< Func< string, object >>[] parameters) |
| IEnumerable< long > | EnumerateIds (EnumerateMode mode, IDictionary< string, object > parameters) |
| IEnumerable< long > | EnumerateIds (EnumerateMode mode, object parameters) |
| Task< Cursored< long > > | IdsAsync (params Expression< Func< string, object >>[] parameters) |
| Task< Cursored< long > > | IdsAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< Cursored< long > > | IdsAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< Cursored< long > > | IdsAsync (long user_id, long? cursor=null, int? count=null, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< Cursored< long > > | IdsAsync (string screen_name, long? cursor=null, int? count=null, CancellationToken cancellationToken=default(CancellationToken)) |
| 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 user_id, long? cursor=null, int? count=null, bool? skip_status=null, bool? include_user_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
| Cursored< User > | List (long user_id, long? cursor=null, int? count=null, bool? skip_status=null, bool? include_user_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
| IEnumerable< User > | EnumerateList (EnumerateMode mode, string screen_name, long? cursor=null, int? count=null, bool? skip_status=null, bool? include_user_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
| Cursored< User > | List (string screen_name, long? cursor=null, int? count=null, bool? skip_status=null, bool? include_user_entities=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 user_id, long? cursor=null, int? count=null, bool? skip_status=null, bool? include_user_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< Cursored< User > > | ListAsync (string screen_name, long? cursor=null, int? count=null, bool? skip_status=null, bool? include_user_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, 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 followers.
|
inline |
Returns a cursored collection of user IDs for every user following the specified user.
Available parameters:
- long user_id (any one is required)
- string screen_name (any one is required)
- long cursor (semi-optional)
- int count (optional)
| parameters | The parameters. |
| mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns a cursored collection of user IDs for every user following the specified user.
| user_id | any one is required. |
| cursor | semi-optional. |
| count | optional. |
| mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns a cursored collection of user IDs for every user following the specified user.
Available parameters:
- long user_id (any one is required)
- string screen_name (any one is required)
- long cursor (semi-optional)
- int count (optional)
| parameters | The parameters. |
| mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns a cursored collection of user IDs for every user following the specified user.
Available parameters:
- long user_id (any one is required)
- string screen_name (any one is required)
- long cursor (semi-optional)
- int count (optional)
| parameters | The parameters. |
| mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns a cursored collection of user IDs for every user following the specified user.
| screen_name | any one is required. |
| cursor | semi-optional. |
| count | optional. |
| mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns a cursored collection of user objects for users following the specified user.
Available parameters:
- long user_id (any one is required)
- string screen_name (any one is required)
- long cursor (semi-optional)
- int count (optional)
- bool skip_status (optional)
- bool include_user_entities (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 a cursored collection of user objects for users following the specified user.
| user_id | any one is required. |
| cursor | semi-optional. |
| count | optional. |
| skip_status | optional. |
| include_user_entities | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
| mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns a cursored collection of user objects for users following the specified user.
Available parameters:
- long user_id (any one is required)
- string screen_name (any one is required)
- long cursor (semi-optional)
- int count (optional)
- bool skip_status (optional)
- bool include_user_entities (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 a cursored collection of user objects for users following the specified user.
Available parameters:
- long user_id (any one is required)
- string screen_name (any one is required)
- long cursor (semi-optional)
- int count (optional)
- bool skip_status (optional)
- bool include_user_entities (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 a cursored collection of user objects for users following the specified user.
| screen_name | any one is required. |
| cursor | semi-optional. |
| count | optional. |
| skip_status | optional. |
| include_user_entities | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
| mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns a cursored collection of user IDs for every user following the specified user.
Available parameters:
- long user_id (any one is required)
- string screen_name (any one is required)
- long cursor (semi-optional)
- int count (optional)
| parameters | The parameters. |
|
inline |
Returns a cursored collection of user IDs for every user following the specified user.
| user_id | any one is required. |
| cursor | semi-optional. |
| count | optional. |
|
inline |
Returns a cursored collection of user IDs for every user following the specified user.
Available parameters:
- long user_id (any one is required)
- string screen_name (any one is required)
- long cursor (semi-optional)
- int count (optional)
| parameters | The parameters. |
|
inline |
Returns a cursored collection of user IDs for every user following the specified user.
Available parameters:
- long user_id (any one is required)
- string screen_name (any one is required)
- long cursor (semi-optional)
- int count (optional)
| parameters | The parameters. |
|
inline |
Returns a cursored collection of user IDs for every user following the specified user.
| screen_name | any one is required. |
| cursor | semi-optional. |
| count | optional. |
|
inline |
Returns a cursored collection of user IDs for every user following the specified user.
Available parameters:
- long user_id (any one is required)
- string screen_name (any one is required)
- long cursor (semi-optional)
- int count (optional)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Returns a cursored collection of user IDs for every user following the specified user.
| user_id | any one is required. |
| cursor | semi-optional. |
| count | optional. |
| cancellationToken | The cancellation token. |
|
inline |
Returns a cursored collection of user IDs for every user following the specified user.
Available parameters:
- long user_id (any one is required)
- string screen_name (any one is required)
- long cursor (semi-optional)
- int count (optional)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Returns a cursored collection of user IDs for every user following the specified user.
Available parameters:
- long user_id (any one is required)
- string screen_name (any one is required)
- long cursor (semi-optional)
- int count (optional)
| parameters | The parameters. |
|
inline |
Returns a cursored collection of user IDs for every user following the specified user.
| screen_name | any one is required. |
| cursor | semi-optional. |
| count | optional. |
| cancellationToken | The cancellation token. |
Returns a cursored collection of user objects for users following the specified user.
Available parameters:
- long user_id (any one is required)
- string screen_name (any one is required)
- long cursor (semi-optional)
- int count (optional)
- bool skip_status (optional)
- bool include_user_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Returns a cursored collection of user objects for users following the specified user.
| user_id | any one is required. |
| cursor | semi-optional. |
| count | optional. |
| skip_status | optional. |
| include_user_entities | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
Returns a cursored collection of user objects for users following the specified user.
Available parameters:
- long user_id (any one is required)
- string screen_name (any one is required)
- long cursor (semi-optional)
- int count (optional)
- bool skip_status (optional)
- bool include_user_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Returns a cursored collection of user objects for users following the specified user.
Available parameters:
- long user_id (any one is required)
- string screen_name (any one is required)
- long cursor (semi-optional)
- int count (optional)
- bool skip_status (optional)
- bool include_user_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Returns a cursored collection of user objects for users following the specified user.
| screen_name | any one is required. |
| cursor | semi-optional. |
| count | optional. |
| skip_status | optional. |
| include_user_entities | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
|
inline |
Returns a cursored collection of user objects for users following the specified user.
Available parameters:
- long user_id (any one is required)
- string screen_name (any one is required)
- long cursor (semi-optional)
- int count (optional)
- bool skip_status (optional)
- bool include_user_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Returns a cursored collection of user objects for users following the specified user.
| user_id | any one is required. |
| cursor | semi-optional. |
| count | optional. |
| skip_status | optional. |
| include_user_entities | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
| cancellationToken | The cancellation token. |
|
inline |
Returns a cursored collection of user objects for users following the specified user.
Available parameters:
- long user_id (any one is required)
- string screen_name (any one is required)
- long cursor (semi-optional)
- int count (optional)
- bool skip_status (optional)
- bool include_user_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Returns a cursored collection of user objects for users following the specified user.
Available parameters:
- long user_id (any one is required)
- string screen_name (any one is required)
- long cursor (semi-optional)
- int count (optional)
- bool skip_status (optional)
- bool include_user_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Returns a cursored collection of user objects for users following the specified user.
| screen_name | any one is required. |
| cursor | semi-optional. |
| count | optional. |
| skip_status | optional. |
| include_user_entities | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
| cancellationToken | The cancellation token. |
1.8.17