CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Provides a set of methods for the wrapper of GET/POST users. More...
Public Member Functions | |
ListedResponse< User > | Contributees (params Expression< Func< string, object >>[] parameters) |
ListedResponse< User > | Contributees (IDictionary< string, object > parameters) |
ListedResponse< User > | Contributees (object parameters) |
ListedResponse< User > | Contributees (long user_id, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
ListedResponse< User > | Contributees (string screen_name, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< ListedResponse< User > > | ContributeesAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListedResponse< User > > | ContributeesAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< User > > | ContributeesAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< User > > | ContributeesAsync (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< ListedResponse< User > > | ContributeesAsync (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)) |
ListedResponse< User > | Contributors (params Expression< Func< string, object >>[] parameters) |
ListedResponse< User > | Contributors (IDictionary< string, object > parameters) |
ListedResponse< User > | Contributors (object parameters) |
ListedResponse< User > | Contributors (long user_id, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
ListedResponse< User > | Contributors (string screen_name, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< ListedResponse< User > > | ContributorsAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListedResponse< User > > | ContributorsAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< User > > | ContributorsAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< User > > | ContributorsAsync (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< ListedResponse< User > > | ContributorsAsync (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)) |
ListedResponse< User > | Lookup (params Expression< Func< string, object >>[] parameters) |
ListedResponse< User > | Lookup (IDictionary< string, object > parameters) |
ListedResponse< User > | Lookup (object parameters) |
ListedResponse< User > | Lookup (IEnumerable< long > user_id, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
ListedResponse< User > | Lookup (IEnumerable< string > screen_name, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< ListedResponse< User > > | LookupAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListedResponse< User > > | LookupAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< User > > | LookupAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< User > > | LookupAsync (IEnumerable< long > user_id, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< User > > | LookupAsync (IEnumerable< string > screen_name, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
ProfileBannerSizes | ProfileBanner (params Expression< Func< string, object >>[] parameters) |
ProfileBannerSizes | ProfileBanner (IDictionary< string, object > parameters) |
ProfileBannerSizes | ProfileBanner (object parameters) |
ProfileBannerSizes | ProfileBanner (long user_id) |
ProfileBannerSizes | ProfileBanner (string screen_name) |
Task< ProfileBannerSizes > | ProfileBannerAsync (params Expression< Func< string, object >>[] parameters) |
Task< ProfileBannerSizes > | ProfileBannerAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ProfileBannerSizes > | ProfileBannerAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ProfileBannerSizes > | ProfileBannerAsync (long user_id, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ProfileBannerSizes > | ProfileBannerAsync (string screen_name, CancellationToken cancellationToken=default(CancellationToken)) |
ListedResponse< User > | Search (params Expression< Func< string, object >>[] parameters) |
ListedResponse< User > | Search (IDictionary< string, object > parameters) |
ListedResponse< User > | Search (object parameters) |
ListedResponse< User > | Search (string q, int? page=null, int? count=null, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< ListedResponse< User > > | SearchAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListedResponse< User > > | SearchAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< User > > | SearchAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< User > > | SearchAsync (string q, int? page=null, int? count=null, bool? include_entities=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 user_id, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
UserResponse | Show (string screen_name, bool? include_entities=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 user_id, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | ShowAsync (string screen_name, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
ListedResponse< Category > | Suggestions (params Expression< Func< string, object >>[] parameters) |
ListedResponse< Category > | Suggestions (IDictionary< string, object > parameters) |
ListedResponse< Category > | Suggestions (object parameters) |
ListedResponse< Category > | Suggestions (string lang=null) |
Task< ListedResponse< Category > > | SuggestionsAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListedResponse< Category > > | SuggestionsAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Category > > | SuggestionsAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Category > > | SuggestionsAsync (string lang=null, CancellationToken cancellationToken=default(CancellationToken)) |
CategoryResponse | Suggestion (params Expression< Func< string, object >>[] parameters) |
CategoryResponse | Suggestion (IDictionary< string, object > parameters) |
CategoryResponse | Suggestion (object parameters) |
CategoryResponse | Suggestion (string slug, string lang=null) |
Task< CategoryResponse > | SuggestionAsync (params Expression< Func< string, object >>[] parameters) |
Task< CategoryResponse > | SuggestionAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< CategoryResponse > | SuggestionAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< CategoryResponse > | SuggestionAsync (string slug, string lang=null, CancellationToken cancellationToken=default(CancellationToken)) |
ListedResponse< User > | SuggestedMembers (params Expression< Func< string, object >>[] parameters) |
ListedResponse< User > | SuggestedMembers (IDictionary< string, object > parameters) |
ListedResponse< User > | SuggestedMembers (object parameters) |
ListedResponse< User > | SuggestedMembers (string slug) |
Task< ListedResponse< User > > | SuggestedMembersAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListedResponse< User > > | SuggestedMembersAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< User > > | SuggestedMembersAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< User > > | SuggestedMembersAsync (string slug, CancellationToken cancellationToken=default(CancellationToken)) |
UserResponse | ReportSpam (params Expression< Func< string, object >>[] parameters) |
UserResponse | ReportSpam (IDictionary< string, object > parameters) |
UserResponse | ReportSpam (object parameters) |
UserResponse | ReportSpam (string screen_name, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
UserResponse | ReportSpam (long user_id, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< UserResponse > | ReportSpamAsync (params Expression< Func< string, object >>[] parameters) |
Task< UserResponse > | ReportSpamAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | ReportSpamAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | ReportSpamAsync (string screen_name, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | ReportSpamAsync (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 users.
|
inline |
Returns a collection of users that the specified user can "contribute" to.
Available parameters:
- 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 |
Returns a collection of users that the specified user can "contribute" to.
user_id | any one is required. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Returns a collection of users that the specified user can "contribute" to.
Available parameters:
- 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 |
Returns a collection of users that the specified user can "contribute" to.
Available parameters:
- 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 |
Returns a collection of users that the specified user can "contribute" to.
screen_name | any one is required. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Returns a collection of users that the specified user can "contribute" to.
Available parameters:
- 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 |
Returns a collection of users that the specified user can "contribute" to.
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 |
Returns a collection of users that the specified user can "contribute" to.
Available parameters:
- 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 |
Returns a collection of users that the specified user can "contribute" to.
Available parameters:
- 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 |
Returns a collection of users that the specified user can "contribute" to.
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 |
Returns a collection of users who can contribute to the specified account.
Available parameters:
- 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 |
Returns a collection of users who can contribute to the specified account.
user_id | any one is required. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Returns a collection of users who can contribute to the specified account.
Available parameters:
- 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 |
Returns a collection of users who can contribute to the specified account.
Available parameters:
- 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 |
Returns a collection of users who can contribute to the specified account.
screen_name | any one is required. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Returns a collection of users who can contribute to the specified account.
Available parameters:
- 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 |
Returns a collection of users who can contribute to the specified account.
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 |
Returns a collection of users who can contribute to the specified account.
Available parameters:
- 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 |
Returns a collection of users who can contribute to the specified account.
Available parameters:
- 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 |
Returns a collection of users who can contribute to the specified account.
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 |
Returns fully-hydrated user objects for up to 100 users per request, as specified by comma-separated values passed to the user_id and/or screen_name parameters.
Available parameters:
- IEnumerable<long>
user_id (any one is required)
- IEnumerable<string>
screen_name (any one is required)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns fully-hydrated user objects for up to 100 users per request, as specified by comma-separated values passed to the user_id and/or screen_name parameters.
user_id | any one is required. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Returns fully-hydrated user objects for up to 100 users per request, as specified by comma-separated values passed to the user_id and/or screen_name parameters.
screen_name | any one is required. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Returns fully-hydrated user objects for up to 100 users per request, as specified by comma-separated values passed to the user_id and/or screen_name parameters.
Available parameters:
- IEnumerable<long>
user_id (any one is required)
- IEnumerable<string>
screen_name (any one is required)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns fully-hydrated user objects for up to 100 users per request, as specified by comma-separated values passed to the user_id and/or screen_name parameters.
Available parameters:
- IEnumerable<long>
user_id (any one is required)
- IEnumerable<string>
screen_name (any one is required)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns fully-hydrated user objects for up to 100 users per request, as specified by comma-separated values passed to the user_id and/or screen_name parameters.
Available parameters:
- IEnumerable<long>
user_id (any one is required)
- IEnumerable<string>
screen_name (any one is required)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns fully-hydrated user objects for up to 100 users per request, as specified by comma-separated values passed to the user_id and/or screen_name parameters.
user_id | any one is required. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns fully-hydrated user objects for up to 100 users per request, as specified by comma-separated values passed to the user_id and/or screen_name parameters.
screen_name | any one is required. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns fully-hydrated user objects for up to 100 users per request, as specified by comma-separated values passed to the user_id and/or screen_name parameters.
Available parameters:
- IEnumerable<long>
user_id (any one is required)
- IEnumerable<string>
screen_name (any one is required)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns fully-hydrated user objects for up to 100 users per request, as specified by comma-separated values passed to the user_id and/or screen_name parameters.
Available parameters:
- IEnumerable<long>
user_id (any one is required)
- IEnumerable<string>
screen_name (any one is required)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns the size of the specified user's profile banner.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
parameters | The parameters. |
|
inline |
Returns the size of the specified user's profile banner.
user_id | any one is required. |
|
inline |
Returns the size of the specified user's profile banner.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
parameters | The parameters. |
|
inline |
Returns the size of the specified user's profile banner.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
parameters | The parameters. |
|
inline |
Returns the size of the specified user's profile banner.
screen_name | any one is required. |
|
inline |
Returns the size of the specified user's profile banner.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the size of the specified user's profile banner.
user_id | any one is required. |
cancellationToken | The cancellation token. |
|
inline |
Returns the size of the specified user's profile banner.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the size of the specified user's profile banner.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
parameters | The parameters. |
|
inline |
Returns the size of the specified user's profile banner.
screen_name | any one is required. |
cancellationToken | The cancellation token. |
|
inline |
Report the specified user as a spam account to Twitter.
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 |
Report the specified user as a spam account to Twitter.
user_id | any one is required. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Report the specified user as a spam account to Twitter.
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 |
Report the specified user as a spam account to Twitter.
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 |
Report the specified user as a spam account to Twitter.
screen_name | any one is required. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Report the specified user as a spam account to Twitter.
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 |
Report the specified user as a spam account to Twitter.
user_id | any one is required. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Report the specified user as a spam account to Twitter.
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 |
Report the specified user as a spam account to Twitter.
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 |
Report the specified user as a spam account to Twitter.
screen_name | any one is required. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Provides a simple, relevance-based search interface to public user accounts on Twitter.
Available parameters:
- string
q (required)
- int
page (optional)
- int
count (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Provides a simple, relevance-based search interface to public user accounts on Twitter.
Available parameters:
- string
q (required)
- int
page (optional)
- int
count (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Provides a simple, relevance-based search interface to public user accounts on Twitter.
Available parameters:
- string
q (required)
- int
page (optional)
- int
count (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Provides a simple, relevance-based search interface to public user accounts on Twitter.
q | required. |
page | optional. |
count | optional. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Provides a simple, relevance-based search interface to public user accounts on Twitter.
Available parameters:
- string
q (required)
- int
page (optional)
- int
count (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Provides a simple, relevance-based search interface to public user accounts on Twitter.
Available parameters:
- string
q (required)
- int
page (optional)
- int
count (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Provides a simple, relevance-based search interface to public user accounts on Twitter.
Available parameters:
- string
q (required)
- int
page (optional)
- int
count (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Provides a simple, relevance-based search interface to public user accounts on Twitter.
q | required. |
page | optional. |
count | optional. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns a variety of information about the user specified by the required user_id or screen_name parameter.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns a variety of information about the user specified by the required user_id or screen_name parameter.
user_id | any one is required. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Returns a variety of information about the user specified by the required user_id or screen_name parameter.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns a variety of information about the user specified by the required user_id or screen_name parameter.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns a variety of information about the user specified by the required user_id or screen_name parameter.
screen_name | any one is required. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Returns a variety of information about the user specified by the required user_id or screen_name parameter.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a variety of information about the user specified by the required user_id or screen_name parameter.
user_id | any one is required. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns a variety of information about the user specified by the required user_id or screen_name parameter.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a variety of information about the user specified by the required user_id or screen_name parameter.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns a variety of information about the user specified by the required user_id or screen_name parameter.
screen_name | any one is required. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Access the users in a given category of the Twitter suggested user list.
Available parameters:
- string
slug (required)
parameters | The parameters. |
|
inline |
Access the users in a given category of the Twitter suggested user list.
Available parameters:
- string
slug (required)
parameters | The parameters. |
|
inline |
Access the users in a given category of the Twitter suggested user list.
Available parameters:
- string
slug (required)
parameters | The parameters. |
|
inline |
Access the users in a given category of the Twitter suggested user list.
slug | required. |
|
inline |
Access the users in a given category of the Twitter suggested user list.
Available parameters:
- string
slug (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Access the users in a given category of the Twitter suggested user list.
Available parameters:
- string
slug (required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Access the users in a given category of the Twitter suggested user list.
Available parameters:
- string
slug (required)
parameters | The parameters. |
|
inline |
Access the users in a given category of the Twitter suggested user list.
slug | required. |
cancellationToken | The cancellation token. |
|
inline |
Access the users in a given category of the Twitter suggested user list.
Available parameters:
- string
slug (required)
- string
lang (optional)
parameters | The parameters. |
|
inline |
Access the users in a given category of the Twitter suggested user list.
Available parameters:
- string
slug (required)
- string
lang (optional)
parameters | The parameters. |
|
inline |
Access the users in a given category of the Twitter suggested user list.
Available parameters:
- string
slug (required)
- string
lang (optional)
parameters | The parameters. |
|
inline |
Access the users in a given category of the Twitter suggested user list.
slug | required. |
lang | optional. |
|
inline |
Access the users in a given category of the Twitter suggested user list.
Available parameters:
- string
slug (required)
- string
lang (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Access the users in a given category of the Twitter suggested user list.
Available parameters:
- string
slug (required)
- string
lang (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Access the users in a given category of the Twitter suggested user list.
Available parameters:
- string
slug (required)
- string
lang (optional)
parameters | The parameters. |
|
inline |
Access the users in a given category of the Twitter suggested user list.
slug | required. |
lang | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns the list of suggested user categories.
Available parameters:
- string
lang (optional)
parameters | The parameters. |
|
inline |
Returns the list of suggested user categories.
Available parameters:
- string
lang (optional)
parameters | The parameters. |
|
inline |
Returns the list of suggested user categories.
Available parameters:
- string
lang (optional)
parameters | The parameters. |
|
inline |
Returns the list of suggested user categories.
lang | optional. |
|
inline |
Returns the list of suggested user categories.
Available parameters:
- string
lang (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the list of suggested user categories.
Available parameters:
- string
lang (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the list of suggested user categories.
Available parameters:
- string
lang (optional)
parameters | The parameters. |
|
inline |
Returns the list of suggested user categories.
lang | optional. |
cancellationToken | The cancellation token. |