CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Provides a set of methods for the wrapper of GET/POST mutes/users. 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? cursor=null) |
Cursored< long > | Ids (long? cursor=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? cursor=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? cursor=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Cursored< User > | List (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? 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 | Create (params Expression< Func< string, object >>[] parameters) |
UserResponse | Create (IDictionary< string, object > parameters) |
UserResponse | Create (object parameters) |
UserResponse | Create (string screen_name, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
UserResponse | Create (long user_id, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< UserResponse > | CreateAsync (params Expression< Func< string, object >>[] parameters) |
Task< UserResponse > | CreateAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | CreateAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | CreateAsync (string screen_name, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | CreateAsync (long user_id, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
UserResponse | Destroy (params Expression< Func< string, object >>[] parameters) |
UserResponse | Destroy (IDictionary< string, object > parameters) |
UserResponse | Destroy (object parameters) |
UserResponse | Destroy (string screen_name, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
UserResponse | Destroy (long user_id, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< UserResponse > | DestroyAsync (params Expression< Func< string, object >>[] parameters) |
Task< UserResponse > | DestroyAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | DestroyAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | DestroyAsync (string screen_name, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | DestroyAsync (long user_id, 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/POST mutes/users.
|
inline |
Mutes the user specified in the ID parameter for the authenticating user.
Available parameters:
- string
screen_name (any one is required)
- long
user_id (any one is required)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Mutes the user specified in the ID parameter for the authenticating user.
user_id | any one is required. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Mutes the user specified in the ID parameter for the authenticating user.
Available parameters:
- string
screen_name (any one is required)
- long
user_id (any one is required)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Mutes the user specified in the ID parameter for the authenticating user.
Available parameters:
- string
screen_name (any one is required)
- long
user_id (any one is required)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Mutes the user specified in the ID parameter for the authenticating user.
screen_name | any one is required. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Mutes the user specified in the ID parameter for the authenticating user.
Available parameters:
- string
screen_name (any one is required)
- long
user_id (any one is required)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Mutes the user specified in the ID parameter for the authenticating user.
user_id | any one is required. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Mutes the user specified in the ID parameter for the authenticating user.
Available parameters:
- string
screen_name (any one is required)
- long
user_id (any one is required)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Mutes the user specified in the ID parameter for the authenticating user.
Available parameters:
- string
screen_name (any one is required)
- long
user_id (any one is required)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Mutes the user specified in the ID parameter for the authenticating user.
screen_name | any one is required. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Un-mutes the user specified in the ID parameter for the authenticating user.
Available parameters:
- string
screen_name (any one is required)
- long
user_id (any one is required)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Un-mutes the user specified in the ID parameter for the authenticating user.
user_id | any one is required. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Un-mutes the user specified in the ID parameter for the authenticating user.
Available parameters:
- string
screen_name (any one is required)
- long
user_id (any one is required)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Un-mutes the user specified in the ID parameter for the authenticating user.
Available parameters:
- string
screen_name (any one is required)
- long
user_id (any one is required)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Un-mutes the user specified in the ID parameter for the authenticating user.
screen_name | any one is required. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Un-mutes the user specified in the ID parameter for the authenticating user.
Available parameters:
- string
screen_name (any one is required)
- long
user_id (any one is required)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Un-mutes the user specified in the ID parameter for the authenticating user.
user_id | any one is required. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Un-mutes the user specified in the ID parameter for the authenticating user.
Available parameters:
- string
screen_name (any one is required)
- long
user_id (any one is required)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Un-mutes the user specified in the ID parameter for the authenticating user.
Available parameters:
- string
screen_name (any one is required)
- long
user_id (any one is required)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Un-mutes the user specified in the ID parameter for the authenticating user.
screen_name | any one is required. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns an array of numeric user ids the authenticating user has muted.
Available parameters:
- long
cursor (optional)
parameters | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns an array of numeric user ids the authenticating user has muted.
cursor | optional. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns an array of numeric user ids the authenticating user has muted.
Available parameters:
- long
cursor (optional)
parameters | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns an array of numeric user ids the authenticating user has muted.
Available parameters:
- long
cursor (optional)
parameters | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns an array of user objects the authenticating user has muted.
Available parameters:
- 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 an array of user objects the authenticating user has muted.
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 an array of user objects the authenticating user has muted.
Available parameters:
- 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 an array of user objects the authenticating user has muted.
Available parameters:
- 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 an array of numeric user ids the authenticating user has muted.
Available parameters:
- long
cursor (optional)
parameters | The parameters. |
|
inline |
Returns an array of numeric user ids the authenticating user has muted.
cursor | optional. |
|
inline |
Returns an array of numeric user ids the authenticating user has muted.
Available parameters:
- long
cursor (optional)
parameters | The parameters. |
|
inline |
Returns an array of numeric user ids the authenticating user has muted.
Available parameters:
- long
cursor (optional)
parameters | The parameters. |
|
inline |
Returns an array of numeric user ids the authenticating user has muted.
Available parameters:
- long
cursor (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns an array of numeric user ids the authenticating user has muted.
cursor | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns an array of numeric user ids the authenticating user has muted.
Available parameters:
- long
cursor (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns an array of numeric user ids the authenticating user has muted.
Available parameters:
- long
cursor (optional)
parameters | The parameters. |
Returns an array of user objects the authenticating user has muted.
Available parameters:
- 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 an array of user objects the authenticating user has muted.
cursor | optional. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
Returns an array of user objects the authenticating user has muted.
Available parameters:
- 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 an array of user objects the authenticating user has muted.
Available parameters:
- 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 an array of user objects the authenticating user has muted.
Available parameters:
- 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 an array of user objects the authenticating user has muted.
cursor | optional. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns an array of user objects the authenticating user has muted.
Available parameters:
- 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 an array of user objects the authenticating user has muted.
Available parameters:
- long
cursor (optional)
- bool
include_entities (optional)
- bool
skip_status (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |