CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Provides a set of methods for the wrapper of GET/POST statuses. More...
Public Member Functions | |
ListedResponse< Status > | MentionsTimeline (params Expression< Func< string, object >>[] parameters) |
ListedResponse< Status > | MentionsTimeline (IDictionary< string, object > parameters) |
ListedResponse< Status > | MentionsTimeline (object parameters) |
ListedResponse< Status > | MentionsTimeline (int? count=null, long? since_id=null, long? max_id=null, bool? trim_user=null, bool? contributor_details=null, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< ListedResponse< Status > > | MentionsTimelineAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListedResponse< Status > > | MentionsTimelineAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Status > > | MentionsTimelineAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Status > > | MentionsTimelineAsync (int? count=null, long? since_id=null, long? max_id=null, bool? trim_user=null, bool? contributor_details=null, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
ListedResponse< Status > | UserTimeline (params Expression< Func< string, object >>[] parameters) |
ListedResponse< Status > | UserTimeline (IDictionary< string, object > parameters) |
ListedResponse< Status > | UserTimeline (object parameters) |
ListedResponse< Status > | UserTimeline (int? count=null, long? since_id=null, long? max_id=null, bool? trim_user=null, bool? exclude_replies=null, bool? contributor_details=null, bool? include_rts=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
ListedResponse< Status > | UserTimeline (long user_id, int? count=null, long? since_id=null, long? max_id=null, bool? trim_user=null, bool? exclude_replies=null, bool? contributor_details=null, bool? include_rts=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
ListedResponse< Status > | UserTimeline (string screen_name, int? count=null, long? since_id=null, long? max_id=null, bool? trim_user=null, bool? exclude_replies=null, bool? contributor_details=null, bool? include_rts=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< ListedResponse< Status > > | UserTimelineAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListedResponse< Status > > | UserTimelineAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Status > > | UserTimelineAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Status > > | UserTimelineAsync (int? count=null, long? since_id=null, long? max_id=null, bool? trim_user=null, bool? exclude_replies=null, bool? contributor_details=null, bool? include_rts=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Status > > | UserTimelineAsync (long user_id, int? count=null, long? since_id=null, long? max_id=null, bool? trim_user=null, bool? exclude_replies=null, bool? contributor_details=null, bool? include_rts=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Status > > | UserTimelineAsync (string screen_name, int? count=null, long? since_id=null, long? max_id=null, bool? trim_user=null, bool? exclude_replies=null, bool? contributor_details=null, bool? include_rts=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
ListedResponse< Status > | HomeTimeline (params Expression< Func< string, object >>[] parameters) |
ListedResponse< Status > | HomeTimeline (IDictionary< string, object > parameters) |
ListedResponse< Status > | HomeTimeline (object parameters) |
ListedResponse< Status > | HomeTimeline (int? count=null, long? since_id=null, long? max_id=null, bool? trim_user=null, bool? exclude_replies=null, bool? contributor_details=null, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< ListedResponse< Status > > | HomeTimelineAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListedResponse< Status > > | HomeTimelineAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Status > > | HomeTimelineAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Status > > | HomeTimelineAsync (int? count=null, long? since_id=null, long? max_id=null, bool? trim_user=null, bool? exclude_replies=null, bool? contributor_details=null, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
ListedResponse< Status > | RetweetsOfMe (params Expression< Func< string, object >>[] parameters) |
ListedResponse< Status > | RetweetsOfMe (IDictionary< string, object > parameters) |
ListedResponse< Status > | RetweetsOfMe (object parameters) |
ListedResponse< Status > | RetweetsOfMe (int? count=null, long? since_id=null, long? max_id=null, bool? trim_user=null, bool? include_entities=null, bool? include_user_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< ListedResponse< Status > > | RetweetsOfMeAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListedResponse< Status > > | RetweetsOfMeAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Status > > | RetweetsOfMeAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Status > > | RetweetsOfMeAsync (int? count=null, long? since_id=null, long? max_id=null, bool? trim_user=null, bool? include_entities=null, bool? include_user_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
Embed | Oembed (params Expression< Func< string, object >>[] parameters) |
Embed | Oembed (IDictionary< string, object > parameters) |
Embed | Oembed (object parameters) |
Embed | Oembed (long id, int? maxwidth=null, bool? hide_media=null, bool? hide_thread=null, bool? omit_script=null, string align=null, string related=null, string lang=null, string widget_type=null, bool? hide_tweet=null, string theme=null, string link_color=null, bool? dnt=null) |
Embed | Oembed (string url, int? maxwidth=null, bool? hide_media=null, bool? hide_thread=null, bool? omit_script=null, string align=null, string related=null, string lang=null, string widget_type=null, bool? hide_tweet=null, string theme=null, string link_color=null, bool? dnt=null) |
Task< Embed > | OembedAsync (params Expression< Func< string, object >>[] parameters) |
Task< Embed > | OembedAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Embed > | OembedAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Embed > | OembedAsync (long id, int? maxwidth=null, bool? hide_media=null, bool? hide_thread=null, bool? omit_script=null, string align=null, string related=null, string lang=null, string widget_type=null, bool? hide_tweet=null, string theme=null, string link_color=null, bool? dnt=null, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Embed > | OembedAsync (string url, int? maxwidth=null, bool? hide_media=null, bool? hide_thread=null, bool? omit_script=null, string align=null, string related=null, string lang=null, string widget_type=null, bool? hide_tweet=null, string theme=null, string link_color=null, bool? dnt=null, CancellationToken cancellationToken=default(CancellationToken)) |
StatusResponse | Show (params Expression< Func< string, object >>[] parameters) |
StatusResponse | Show (IDictionary< string, object > parameters) |
StatusResponse | Show (object parameters) |
StatusResponse | Show (long id, bool? trim_user=null, bool? include_my_retweet=null, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< StatusResponse > | ShowAsync (params Expression< Func< string, object >>[] parameters) |
Task< StatusResponse > | ShowAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< StatusResponse > | ShowAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< StatusResponse > | ShowAsync (long id, bool? trim_user=null, bool? include_my_retweet=null, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
ListedResponse< Status > | Retweets (params Expression< Func< string, object >>[] parameters) |
ListedResponse< Status > | Retweets (IDictionary< string, object > parameters) |
ListedResponse< Status > | Retweets (object parameters) |
ListedResponse< Status > | Retweets (long id, int? count=null, bool? trim_user=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< ListedResponse< Status > > | RetweetsAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListedResponse< Status > > | RetweetsAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Status > > | RetweetsAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Status > > | RetweetsAsync (long id, int? count=null, bool? trim_user=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
ListedResponse< Status > | Lookup (params Expression< Func< string, object >>[] parameters) |
ListedResponse< Status > | Lookup (IDictionary< string, object > parameters) |
ListedResponse< Status > | Lookup (object parameters) |
ListedResponse< Status > | Lookup (IEnumerable< long > id, bool? trim_user=null, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< ListedResponse< Status > > | LookupAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListedResponse< Status > > | LookupAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Status > > | LookupAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Status > > | LookupAsync (IEnumerable< long > id, bool? trim_user=null, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
DictionaryResponse< string, Status > | LookupMap (params Expression< Func< string, object >>[] parameters) |
DictionaryResponse< string, Status > | LookupMap (IDictionary< string, object > parameters) |
DictionaryResponse< string, Status > | LookupMap (object parameters) |
DictionaryResponse< string, Status > | LookupMap (IEnumerable< long > id, bool? trim_user=null, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< DictionaryResponse< string, Status > > | LookupMapAsync (params Expression< Func< string, object >>[] parameters) |
Task< DictionaryResponse< string, Status > > | LookupMapAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< DictionaryResponse< string, Status > > | LookupMapAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< DictionaryResponse< string, Status > > | LookupMapAsync (IEnumerable< long > id, bool? trim_user=null, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
Cursored< long > | RetweetersIds (params Expression< Func< string, object >>[] parameters) |
Cursored< long > | RetweetersIds (IDictionary< string, object > parameters) |
Cursored< long > | RetweetersIds (object parameters) |
IEnumerable< long > | EnumerateRetweetersIds (EnumerateMode mode, long id, long? cursor=null) |
Cursored< long > | RetweetersIds (long id, long? cursor=null) |
IEnumerable< long > | EnumerateRetweetersIds (EnumerateMode mode, params Expression< Func< string, object >>[] parameters) |
IEnumerable< long > | EnumerateRetweetersIds (EnumerateMode mode, IDictionary< string, object > parameters) |
IEnumerable< long > | EnumerateRetweetersIds (EnumerateMode mode, object parameters) |
Task< Cursored< long > > | RetweetersIdsAsync (params Expression< Func< string, object >>[] parameters) |
Task< Cursored< long > > | RetweetersIdsAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Cursored< long > > | RetweetersIdsAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Cursored< long > > | RetweetersIdsAsync (long id, long? cursor=null, CancellationToken cancellationToken=default(CancellationToken)) |
StatusResponse | Update (params Expression< Func< string, object >>[] parameters) |
StatusResponse | Update (IDictionary< string, object > parameters) |
StatusResponse | Update (object parameters) |
StatusResponse | Update (string status, long? in_reply_to_status_id=null, bool? possibly_sensitive=null, double? lat=null, double? @long=null, string place_id=null, bool? display_coordinates=null, bool? trim_user=null, IEnumerable< long > media_ids=null, string attachment_url=null, bool? auto_populate_reply_metadata=null, IEnumerable< long > exclude_reply_user_ids=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, bool? enable_dm_commands=null, bool? fail_dm_commands=null) |
Task< StatusResponse > | UpdateAsync (params Expression< Func< string, object >>[] parameters) |
Task< StatusResponse > | UpdateAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< StatusResponse > | UpdateAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< StatusResponse > | UpdateAsync (string status, long? in_reply_to_status_id=null, bool? possibly_sensitive=null, double? lat=null, double? @long=null, string place_id=null, bool? display_coordinates=null, bool? trim_user=null, IEnumerable< long > media_ids=null, string attachment_url=null, bool? auto_populate_reply_metadata=null, IEnumerable< long > exclude_reply_user_ids=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, bool? enable_dm_commands=null, bool? fail_dm_commands=null, CancellationToken cancellationToken=default(CancellationToken)) |
StatusResponse | UpdateWithMedia (params Expression< Func< string, object >>[] parameters) |
StatusResponse | UpdateWithMedia (IDictionary< string, object > parameters) |
StatusResponse | UpdateWithMedia (object parameters) |
StatusResponse | UpdateWithMedia (string status, Stream media, bool? possibly_sensitive=null, long? in_reply_to_status_id=null, double? lat=null, double? @long=null, string place_id=null, bool? display_coordinates=null) |
StatusResponse | UpdateWithMedia (string status, IEnumerable< byte > media, bool? possibly_sensitive=null, long? in_reply_to_status_id=null, double? lat=null, double? @long=null, string place_id=null, bool? display_coordinates=null) |
StatusResponse | UpdateWithMedia (string status, FileInfo media, bool? possibly_sensitive=null, long? in_reply_to_status_id=null, double? lat=null, double? @long=null, string place_id=null, bool? display_coordinates=null) |
Task< StatusResponse > | UpdateWithMediaAsync (params Expression< Func< string, object >>[] parameters) |
Task< StatusResponse > | UpdateWithMediaAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< StatusResponse > | UpdateWithMediaAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< StatusResponse > | UpdateWithMediaAsync (string status, Stream media, bool? possibly_sensitive=null, long? in_reply_to_status_id=null, double? lat=null, double? @long=null, string place_id=null, bool? display_coordinates=null, CancellationToken cancellationToken=default(CancellationToken)) |
Task< StatusResponse > | UpdateWithMediaAsync (string status, IEnumerable< byte > media, bool? possibly_sensitive=null, long? in_reply_to_status_id=null, double? lat=null, double? @long=null, string place_id=null, bool? display_coordinates=null, CancellationToken cancellationToken=default(CancellationToken)) |
Task< StatusResponse > | UpdateWithMediaAsync (string status, FileInfo media, bool? possibly_sensitive=null, long? in_reply_to_status_id=null, double? lat=null, double? @long=null, string place_id=null, bool? display_coordinates=null, CancellationToken cancellationToken=default(CancellationToken)) |
StatusResponse | Destroy (params Expression< Func< string, object >>[] parameters) |
StatusResponse | Destroy (IDictionary< string, object > parameters) |
StatusResponse | Destroy (object parameters) |
StatusResponse | Destroy (long id, bool? trim_user=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< StatusResponse > | DestroyAsync (params Expression< Func< string, object >>[] parameters) |
Task< StatusResponse > | DestroyAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< StatusResponse > | DestroyAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< StatusResponse > | DestroyAsync (long id, bool? trim_user=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
StatusResponse | Retweet (params Expression< Func< string, object >>[] parameters) |
StatusResponse | Retweet (IDictionary< string, object > parameters) |
StatusResponse | Retweet (object parameters) |
StatusResponse | Retweet (long id, bool? trim_user=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< StatusResponse > | RetweetAsync (params Expression< Func< string, object >>[] parameters) |
Task< StatusResponse > | RetweetAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< StatusResponse > | RetweetAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< StatusResponse > | RetweetAsync (long id, bool? trim_user=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
StatusResponse | Unretweet (params Expression< Func< string, object >>[] parameters) |
StatusResponse | Unretweet (IDictionary< string, object > parameters) |
StatusResponse | Unretweet (object parameters) |
StatusResponse | Unretweet (long id, bool? trim_user=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< StatusResponse > | UnretweetAsync (params Expression< Func< string, object >>[] parameters) |
Task< StatusResponse > | UnretweetAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< StatusResponse > | UnretweetAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< StatusResponse > | UnretweetAsync (long id, bool? trim_user=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/POST statuses.
|
inline |
Destroys the status specified by the required ID parameter.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Destroys the status specified by the required ID parameter.
id | required. |
trim_user | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Destroys the status specified by the required ID parameter.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Destroys the status specified by the required ID parameter.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Destroys the status specified by the required ID parameter.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Destroys the status specified by the required ID parameter.
id | required. |
trim_user | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Destroys the status specified by the required ID parameter.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Destroys the status specified by the required ID parameter.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.
Available parameters:
- long
id (required)
- long
cursor (semi-optional)
parameters | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.
id | required. |
cursor | semi-optional. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.
Available parameters:
- long
id (required)
- long
cursor (semi-optional)
parameters | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.
Available parameters:
- long
id (required)
- long
cursor (semi-optional)
parameters | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns a collection of the most recent Tweets and retweets posted by the authenticating user and the users they follow.
Available parameters:
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
exclude_replies (optional)
- bool
contributor_details (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns a collection of the most recent Tweets and retweets posted by the authenticating user and the users they follow.
count | optional. |
since_id | optional. |
max_id | optional. |
trim_user | optional. |
exclude_replies | optional. |
contributor_details | optional. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Returns a collection of the most recent Tweets and retweets posted by the authenticating user and the users they follow.
Available parameters:
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
exclude_replies (optional)
- bool
contributor_details (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns a collection of the most recent Tweets and retweets posted by the authenticating user and the users they follow.
Available parameters:
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
exclude_replies (optional)
- bool
contributor_details (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns a collection of the most recent Tweets and retweets posted by the authenticating user and the users they follow.
Available parameters:
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
exclude_replies (optional)
- bool
contributor_details (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of the most recent Tweets and retweets posted by the authenticating user and the users they follow.
count | optional. |
since_id | optional. |
max_id | optional. |
trim_user | optional. |
exclude_replies | optional. |
contributor_details | optional. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of the most recent Tweets and retweets posted by the authenticating user and the users they follow.
Available parameters:
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
exclude_replies (optional)
- bool
contributor_details (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of the most recent Tweets and retweets posted by the authenticating user and the users they follow.
Available parameters:
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
exclude_replies (optional)
- bool
contributor_details (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns fully-hydrated tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.
Available parameters:
- IEnumerable<long>
id (required)
- bool
trim_user (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns fully-hydrated tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.
id | required. |
trim_user | optional. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Returns fully-hydrated tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.
Available parameters:
- IEnumerable<long>
id (required)
- bool
trim_user (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns fully-hydrated tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.
Available parameters:
- IEnumerable<long>
id (required)
- bool
trim_user (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns fully-hydrated tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.
Available parameters:
- IEnumerable<long>
id (required)
- bool
trim_user (optional)
- 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 tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.
id | required. |
trim_user | optional. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns fully-hydrated tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.
Available parameters:
- IEnumerable<long>
id (required)
- bool
trim_user (optional)
- 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 tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.
Available parameters:
- IEnumerable<long>
id (required)
- bool
trim_user (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns fully-hydrated tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.
Available parameters:
- IEnumerable<long>
id (required)
- bool
trim_user (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns fully-hydrated tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.
id | required. |
trim_user | optional. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Returns fully-hydrated tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.
Available parameters:
- IEnumerable<long>
id (required)
- bool
trim_user (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns fully-hydrated tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.
Available parameters:
- IEnumerable<long>
id (required)
- bool
trim_user (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns fully-hydrated tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.
Available parameters:
- IEnumerable<long>
id (required)
- bool
trim_user (optional)
- 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 tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.
id | required. |
trim_user | optional. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns fully-hydrated tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.
Available parameters:
- IEnumerable<long>
id (required)
- bool
trim_user (optional)
- 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 tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.
Available parameters:
- IEnumerable<long>
id (required)
- bool
trim_user (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns the most recent mentions (tweets containing a users's @screen_name) for the authenticating user.
Available parameters:
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
contributor_details (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns the most recent mentions (tweets containing a users's @screen_name) for the authenticating user.
count | optional. |
since_id | optional. |
max_id | optional. |
trim_user | optional. |
contributor_details | optional. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Returns the most recent mentions (tweets containing a users's @screen_name) for the authenticating user.
Available parameters:
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
contributor_details (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns the most recent mentions (tweets containing a users's @screen_name) for the authenticating user.
Available parameters:
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
contributor_details (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns the most recent mentions (tweets containing a users's @screen_name) for the authenticating user.
Available parameters:
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
contributor_details (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the most recent mentions (tweets containing a users's @screen_name) for the authenticating user.
count | optional. |
since_id | optional. |
max_id | optional. |
trim_user | optional. |
contributor_details | optional. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns the most recent mentions (tweets containing a users's @screen_name) for the authenticating user.
Available parameters:
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
contributor_details (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the most recent mentions (tweets containing a users's @screen_name) for the authenticating user.
Available parameters:
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
contributor_details (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns information allowing the creation of an embedded representation of a Tweet on third party sites.
Available parameters:
- long
id (any one is required)
- string
url (any one is required)
- int
maxwidth (optional)
- bool
hide_media (optional)
- bool
hide_thread (optional)
- bool
omit_script (optional)
- string
align (optional)
- string
related (optional)
- string
lang (optional)
- string
widget_type (optional)
- bool
hide_tweet (optional)
- string
theme (optional)
- string
link_color (optional)
- bool
dnt (optional)
parameters | The parameters. |
|
inline |
Returns information allowing the creation of an embedded representation of a Tweet on third party sites.
id | any one is required. |
maxwidth | optional. |
hide_media | optional. |
hide_thread | optional. |
omit_script | optional. |
align | optional. |
related | optional. |
lang | optional. |
widget_type | optional. |
hide_tweet | optional. |
theme | optional. |
link_color | optional. |
dnt | optional. |
|
inline |
Returns information allowing the creation of an embedded representation of a Tweet on third party sites.
Available parameters:
- long
id (any one is required)
- string
url (any one is required)
- int
maxwidth (optional)
- bool
hide_media (optional)
- bool
hide_thread (optional)
- bool
omit_script (optional)
- string
align (optional)
- string
related (optional)
- string
lang (optional)
- string
widget_type (optional)
- bool
hide_tweet (optional)
- string
theme (optional)
- string
link_color (optional)
- bool
dnt (optional)
parameters | The parameters. |
|
inline |
Returns information allowing the creation of an embedded representation of a Tweet on third party sites.
Available parameters:
- long
id (any one is required)
- string
url (any one is required)
- int
maxwidth (optional)
- bool
hide_media (optional)
- bool
hide_thread (optional)
- bool
omit_script (optional)
- string
align (optional)
- string
related (optional)
- string
lang (optional)
- string
widget_type (optional)
- bool
hide_tweet (optional)
- string
theme (optional)
- string
link_color (optional)
- bool
dnt (optional)
parameters | The parameters. |
|
inline |
Returns information allowing the creation of an embedded representation of a Tweet on third party sites.
url | any one is required. |
maxwidth | optional. |
hide_media | optional. |
hide_thread | optional. |
omit_script | optional. |
align | optional. |
related | optional. |
lang | optional. |
widget_type | optional. |
hide_tweet | optional. |
theme | optional. |
link_color | optional. |
dnt | optional. |
|
inline |
Returns information allowing the creation of an embedded representation of a Tweet on third party sites.
Available parameters:
- long
id (any one is required)
- string
url (any one is required)
- int
maxwidth (optional)
- bool
hide_media (optional)
- bool
hide_thread (optional)
- bool
omit_script (optional)
- string
align (optional)
- string
related (optional)
- string
lang (optional)
- string
widget_type (optional)
- bool
hide_tweet (optional)
- string
theme (optional)
- string
link_color (optional)
- bool
dnt (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns information allowing the creation of an embedded representation of a Tweet on third party sites.
id | any one is required. |
maxwidth | optional. |
hide_media | optional. |
hide_thread | optional. |
omit_script | optional. |
align | optional. |
related | optional. |
lang | optional. |
widget_type | optional. |
hide_tweet | optional. |
theme | optional. |
link_color | optional. |
dnt | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns information allowing the creation of an embedded representation of a Tweet on third party sites.
Available parameters:
- long
id (any one is required)
- string
url (any one is required)
- int
maxwidth (optional)
- bool
hide_media (optional)
- bool
hide_thread (optional)
- bool
omit_script (optional)
- string
align (optional)
- string
related (optional)
- string
lang (optional)
- string
widget_type (optional)
- bool
hide_tweet (optional)
- string
theme (optional)
- string
link_color (optional)
- bool
dnt (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns information allowing the creation of an embedded representation of a Tweet on third party sites.
Available parameters:
- long
id (any one is required)
- string
url (any one is required)
- int
maxwidth (optional)
- bool
hide_media (optional)
- bool
hide_thread (optional)
- bool
omit_script (optional)
- string
align (optional)
- string
related (optional)
- string
lang (optional)
- string
widget_type (optional)
- bool
hide_tweet (optional)
- string
theme (optional)
- string
link_color (optional)
- bool
dnt (optional)
parameters | The parameters. |
|
inline |
Returns information allowing the creation of an embedded representation of a Tweet on third party sites.
url | any one is required. |
maxwidth | optional. |
hide_media | optional. |
hide_thread | optional. |
omit_script | optional. |
align | optional. |
related | optional. |
lang | optional. |
widget_type | optional. |
hide_tweet | optional. |
theme | optional. |
link_color | optional. |
dnt | optional. |
cancellationToken | The cancellation token. |
|
inline |
Retweets a tweet.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Retweets a tweet.
id | required. |
trim_user | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Retweets a tweet.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Retweets a tweet.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Retweets a tweet.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Retweets a tweet.
id | required. |
trim_user | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Retweets a tweet.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Retweets a tweet.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.
Available parameters:
- long
id (required)
- long
cursor (semi-optional)
parameters | The parameters. |
|
inline |
Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.
id | required. |
cursor | semi-optional. |
|
inline |
Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.
Available parameters:
- long
id (required)
- long
cursor (semi-optional)
parameters | The parameters. |
|
inline |
Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.
Available parameters:
- long
id (required)
- long
cursor (semi-optional)
parameters | The parameters. |
|
inline |
Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.
Available parameters:
- long
id (required)
- long
cursor (semi-optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.
id | required. |
cursor | semi-optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.
Available parameters:
- long
id (required)
- long
cursor (semi-optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.
Available parameters:
- long
id (required)
- long
cursor (semi-optional)
parameters | The parameters. |
|
inline |
Returns up to 100 of the first retweets of a given tweet.
Available parameters:
- long
id (required)
- int
count (optional)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns up to 100 of the first retweets of a given tweet.
id | required. |
count | optional. |
trim_user | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Returns up to 100 of the first retweets of a given tweet.
Available parameters:
- long
id (required)
- int
count (optional)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns up to 100 of the first retweets of a given tweet.
Available parameters:
- long
id (required)
- int
count (optional)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns up to 100 of the first retweets of a given tweet.
Available parameters:
- long
id (required)
- int
count (optional)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns up to 100 of the first retweets of a given tweet.
id | required. |
count | optional. |
trim_user | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns up to 100 of the first retweets of a given tweet.
Available parameters:
- long
id (required)
- int
count (optional)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns up to 100 of the first retweets of a given tweet.
Available parameters:
- long
id (required)
- int
count (optional)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns the most recent tweets authored by the authenticating user that have recently been retweeted by others.
Available parameters:
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
include_entities (optional)
- bool
include_user_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns the most recent tweets authored by the authenticating user that have recently been retweeted by others.
count | optional. |
since_id | optional. |
max_id | optional. |
trim_user | optional. |
include_entities | optional. |
include_user_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Returns the most recent tweets authored by the authenticating user that have recently been retweeted by others.
Available parameters:
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
include_entities (optional)
- bool
include_user_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns the most recent tweets authored by the authenticating user that have recently been retweeted by others.
Available parameters:
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
include_entities (optional)
- bool
include_user_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns the most recent tweets authored by the authenticating user that have recently been retweeted by others.
Available parameters:
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
include_entities (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 the most recent tweets authored by the authenticating user that have recently been retweeted by others.
count | optional. |
since_id | optional. |
max_id | optional. |
trim_user | optional. |
include_entities | optional. |
include_user_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns the most recent tweets authored by the authenticating user that have recently been retweeted by others.
Available parameters:
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
include_entities (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 the most recent tweets authored by the authenticating user that have recently been retweeted by others.
Available parameters:
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
include_entities (optional)
- bool
include_user_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns a single Tweet, specified by the id parameter.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_my_retweet (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns a single Tweet, specified by the id parameter.
id | required. |
trim_user | optional. |
include_my_retweet | optional. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Returns a single Tweet, specified by the id parameter.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_my_retweet (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns a single Tweet, specified by the id parameter.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_my_retweet (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns a single Tweet, specified by the id parameter.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_my_retweet (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a single Tweet, specified by the id parameter.
id | required. |
trim_user | optional. |
include_my_retweet | optional. |
include_entities | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns a single Tweet, specified by the id parameter.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_my_retweet (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a single Tweet, specified by the id parameter.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_my_retweet (optional)
- bool
include_entities (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Untweets a retweeted status.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Untweets a retweeted status.
id | required. |
trim_user | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Untweets a retweeted status.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Untweets a retweeted status.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Untweets a retweeted status.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Untweets a retweeted status.
id | required. |
trim_user | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Untweets a retweeted status.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Untweets a retweeted status.
Available parameters:
- long
id (required)
- bool
trim_user (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Updates the authenticating user’s current status, also known as Tweeting.
Available parameters:
- string
status (required)
- long
in_reply_to_status_id (optional)
- bool
possibly_sensitive (optional)
- double
lat (optional)
- double
long (optional)
- string
place_id (optional)
- bool
display_coordinates (optional)
- bool
trim_user (optional)
- IEnumerable<long>
media_ids (optional)
- string
attachment_url (optional)
- bool
auto_populate_reply_metadata (optional)
- IEnumerable<long>
exclude_reply_user_ids (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
- bool
enable_dm_commands (optional)
- bool
fail_dm_commands (optional)
parameters | The parameters. |
|
inline |
Updates the authenticating user’s current status, also known as Tweeting.
Available parameters:
- string
status (required)
- long
in_reply_to_status_id (optional)
- bool
possibly_sensitive (optional)
- double
lat (optional)
- double
long (optional)
- string
place_id (optional)
- bool
display_coordinates (optional)
- bool
trim_user (optional)
- IEnumerable<long>
media_ids (optional)
- string
attachment_url (optional)
- bool
auto_populate_reply_metadata (optional)
- IEnumerable<long>
exclude_reply_user_ids (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
- bool
enable_dm_commands (optional)
- bool
fail_dm_commands (optional)
parameters | The parameters. |
|
inline |
Updates the authenticating user’s current status, also known as Tweeting.
Available parameters:
- string
status (required)
- long
in_reply_to_status_id (optional)
- bool
possibly_sensitive (optional)
- double
lat (optional)
- double
long (optional)
- string
place_id (optional)
- bool
display_coordinates (optional)
- bool
trim_user (optional)
- IEnumerable<long>
media_ids (optional)
- string
attachment_url (optional)
- bool
auto_populate_reply_metadata (optional)
- IEnumerable<long>
exclude_reply_user_ids (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
- bool
enable_dm_commands (optional)
- bool
fail_dm_commands (optional)
parameters | The parameters. |
|
inline |
Updates the authenticating user’s current status, also known as Tweeting.
status | required. |
in_reply_to_status_id | optional. |
possibly_sensitive | optional. |
lat | optional. |
long | optional. |
place_id | optional. |
display_coordinates | optional. |
trim_user | optional. |
media_ids | optional. |
attachment_url | optional. |
auto_populate_reply_metadata | optional. |
exclude_reply_user_ids | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
enable_dm_commands | optional. |
fail_dm_commands | optional. |
|
inline |
Updates the authenticating user’s current status, also known as Tweeting.
Available parameters:
- string
status (required)
- long
in_reply_to_status_id (optional)
- bool
possibly_sensitive (optional)
- double
lat (optional)
- double
long (optional)
- string
place_id (optional)
- bool
display_coordinates (optional)
- bool
trim_user (optional)
- IEnumerable<long>
media_ids (optional)
- string
attachment_url (optional)
- bool
auto_populate_reply_metadata (optional)
- IEnumerable<long>
exclude_reply_user_ids (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
- bool
enable_dm_commands (optional)
- bool
fail_dm_commands (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Updates the authenticating user’s current status, also known as Tweeting.
Available parameters:
- string
status (required)
- long
in_reply_to_status_id (optional)
- bool
possibly_sensitive (optional)
- double
lat (optional)
- double
long (optional)
- string
place_id (optional)
- bool
display_coordinates (optional)
- bool
trim_user (optional)
- IEnumerable<long>
media_ids (optional)
- string
attachment_url (optional)
- bool
auto_populate_reply_metadata (optional)
- IEnumerable<long>
exclude_reply_user_ids (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
- bool
enable_dm_commands (optional)
- bool
fail_dm_commands (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Updates the authenticating user’s current status, also known as Tweeting.
Available parameters:
- string
status (required)
- long
in_reply_to_status_id (optional)
- bool
possibly_sensitive (optional)
- double
lat (optional)
- double
long (optional)
- string
place_id (optional)
- bool
display_coordinates (optional)
- bool
trim_user (optional)
- IEnumerable<long>
media_ids (optional)
- string
attachment_url (optional)
- bool
auto_populate_reply_metadata (optional)
- IEnumerable<long>
exclude_reply_user_ids (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
- bool
enable_dm_commands (optional)
- bool
fail_dm_commands (optional)
parameters | The parameters. |
|
inline |
Updates the authenticating user’s current status, also known as Tweeting.
status | required. |
in_reply_to_status_id | optional. |
possibly_sensitive | optional. |
lat | optional. |
long | optional. |
place_id | optional. |
display_coordinates | optional. |
trim_user | optional. |
media_ids | optional. |
attachment_url | optional. |
auto_populate_reply_metadata | optional. |
exclude_reply_user_ids | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
enable_dm_commands | optional. |
fail_dm_commands | optional. |
cancellationToken | The cancellation token. |
|
inline |
Updates the authenticating user’s current status and attaches media for upload.
Available parameters:
- string
status (required)
- Stream
media (any one is required)
- IEnumerable<byte>
media (any one is required)
- FileInfo
media (any one is required)
- bool
possibly_sensitive (optional)
- long
in_reply_to_status_id (optional)
- double
lat (optional)
- double
long (optional)
- string
place_id (optional)
- bool
display_coordinates (optional)
parameters | The parameters. |
|
inline |
Updates the authenticating user’s current status and attaches media for upload.
Available parameters:
- string
status (required)
- Stream
media (any one is required)
- IEnumerable<byte>
media (any one is required)
- FileInfo
media (any one is required)
- bool
possibly_sensitive (optional)
- long
in_reply_to_status_id (optional)
- double
lat (optional)
- double
long (optional)
- string
place_id (optional)
- bool
display_coordinates (optional)
parameters | The parameters. |
|
inline |
Updates the authenticating user’s current status and attaches media for upload.
Available parameters:
- string
status (required)
- Stream
media (any one is required)
- IEnumerable<byte>
media (any one is required)
- FileInfo
media (any one is required)
- bool
possibly_sensitive (optional)
- long
in_reply_to_status_id (optional)
- double
lat (optional)
- double
long (optional)
- string
place_id (optional)
- bool
display_coordinates (optional)
parameters | The parameters. |
|
inline |
Updates the authenticating user’s current status and attaches media for upload.
status | required. |
media | any one is required. |
possibly_sensitive | optional. |
in_reply_to_status_id | optional. |
lat | optional. |
long | optional. |
place_id | optional. |
display_coordinates | optional. |
|
inline |
Updates the authenticating user’s current status and attaches media for upload.
status | required. |
media | any one is required. |
possibly_sensitive | optional. |
in_reply_to_status_id | optional. |
lat | optional. |
long | optional. |
place_id | optional. |
display_coordinates | optional. |
|
inline |
Updates the authenticating user’s current status and attaches media for upload.
status | required. |
media | any one is required. |
possibly_sensitive | optional. |
in_reply_to_status_id | optional. |
lat | optional. |
long | optional. |
place_id | optional. |
display_coordinates | optional. |
|
inline |
Updates the authenticating user’s current status and attaches media for upload.
Available parameters:
- string
status (required)
- Stream
media (any one is required)
- IEnumerable<byte>
media (any one is required)
- FileInfo
media (any one is required)
- bool
possibly_sensitive (optional)
- long
in_reply_to_status_id (optional)
- double
lat (optional)
- double
long (optional)
- string
place_id (optional)
- bool
display_coordinates (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Updates the authenticating user’s current status and attaches media for upload.
Available parameters:
- string
status (required)
- Stream
media (any one is required)
- IEnumerable<byte>
media (any one is required)
- FileInfo
media (any one is required)
- bool
possibly_sensitive (optional)
- long
in_reply_to_status_id (optional)
- double
lat (optional)
- double
long (optional)
- string
place_id (optional)
- bool
display_coordinates (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Updates the authenticating user’s current status and attaches media for upload.
Available parameters:
- string
status (required)
- Stream
media (any one is required)
- IEnumerable<byte>
media (any one is required)
- FileInfo
media (any one is required)
- bool
possibly_sensitive (optional)
- long
in_reply_to_status_id (optional)
- double
lat (optional)
- double
long (optional)
- string
place_id (optional)
- bool
display_coordinates (optional)
parameters | The parameters. |
|
inline |
Updates the authenticating user’s current status and attaches media for upload.
status | required. |
media | any one is required. |
possibly_sensitive | optional. |
in_reply_to_status_id | optional. |
lat | optional. |
long | optional. |
place_id | optional. |
display_coordinates | optional. |
cancellationToken | The cancellation token. |
|
inline |
Updates the authenticating user’s current status and attaches media for upload.
status | required. |
media | any one is required. |
possibly_sensitive | optional. |
in_reply_to_status_id | optional. |
lat | optional. |
long | optional. |
place_id | optional. |
display_coordinates | optional. |
cancellationToken | The cancellation token. |
|
inline |
Updates the authenticating user’s current status and attaches media for upload.
status | required. |
media | any one is required. |
possibly_sensitive | optional. |
in_reply_to_status_id | optional. |
lat | optional. |
long | optional. |
place_id | optional. |
display_coordinates | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
exclude_replies (optional)
- bool
contributor_details (optional)
- bool
include_rts (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.
count | optional. |
since_id | optional. |
max_id | optional. |
trim_user | optional. |
exclude_replies | optional. |
contributor_details | optional. |
include_rts | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.
user_id | any one is required. |
count | optional. |
since_id | optional. |
max_id | optional. |
trim_user | optional. |
exclude_replies | optional. |
contributor_details | optional. |
include_rts | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
exclude_replies (optional)
- bool
contributor_details (optional)
- bool
include_rts (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
exclude_replies (optional)
- bool
contributor_details (optional)
- bool
include_rts (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.
screen_name | any one is required. |
count | optional. |
since_id | optional. |
max_id | optional. |
trim_user | optional. |
exclude_replies | optional. |
contributor_details | optional. |
include_rts | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
exclude_replies (optional)
- bool
contributor_details (optional)
- bool
include_rts (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.
count | optional. |
since_id | optional. |
max_id | optional. |
trim_user | optional. |
exclude_replies | optional. |
contributor_details | optional. |
include_rts | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.
user_id | any one is required. |
count | optional. |
since_id | optional. |
max_id | optional. |
trim_user | optional. |
exclude_replies | optional. |
contributor_details | optional. |
include_rts | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
exclude_replies (optional)
- bool
contributor_details (optional)
- bool
include_rts (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- int
count (optional)
- long
since_id (optional)
- long
max_id (optional)
- bool
trim_user (optional)
- bool
exclude_replies (optional)
- bool
contributor_details (optional)
- bool
include_rts (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.
screen_name | any one is required. |
count | optional. |
since_id | optional. |
max_id | optional. |
trim_user | optional. |
exclude_replies | optional. |
contributor_details | optional. |
include_rts | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |