CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Public Member Functions | List of all members
CoreTweet.Rest.Statuses Class Reference

Provides a set of methods for the wrapper of GET/POST statuses. More...

Inheritance diagram for CoreTweet.Rest.Statuses:
CoreTweet.Core.ApiProviderBase

Public Member Functions

ListedResponse< StatusMentionsTimeline (params Expression< Func< string, object >>[] parameters)
 
ListedResponse< StatusMentionsTimeline (IDictionary< string, object > parameters)
 
ListedResponse< StatusMentionsTimeline (object parameters)
 
ListedResponse< StatusMentionsTimeline (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< StatusUserTimeline (params Expression< Func< string, object >>[] parameters)
 
ListedResponse< StatusUserTimeline (IDictionary< string, object > parameters)
 
ListedResponse< StatusUserTimeline (object parameters)
 
ListedResponse< StatusUserTimeline (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< StatusUserTimeline (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< StatusUserTimeline (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< StatusHomeTimeline (params Expression< Func< string, object >>[] parameters)
 
ListedResponse< StatusHomeTimeline (IDictionary< string, object > parameters)
 
ListedResponse< StatusHomeTimeline (object parameters)
 
ListedResponse< StatusHomeTimeline (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< StatusRetweetsOfMe (params Expression< Func< string, object >>[] parameters)
 
ListedResponse< StatusRetweetsOfMe (IDictionary< string, object > parameters)
 
ListedResponse< StatusRetweetsOfMe (object parameters)
 
ListedResponse< StatusRetweetsOfMe (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< EmbedOembedAsync (params Expression< Func< string, object >>[] parameters)
 
Task< EmbedOembedAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< EmbedOembedAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< EmbedOembedAsync (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< EmbedOembedAsync (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< StatusResponseShowAsync (params Expression< Func< string, object >>[] parameters)
 
Task< StatusResponseShowAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< StatusResponseShowAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< StatusResponseShowAsync (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< StatusRetweets (params Expression< Func< string, object >>[] parameters)
 
ListedResponse< StatusRetweets (IDictionary< string, object > parameters)
 
ListedResponse< StatusRetweets (object parameters)
 
ListedResponse< StatusRetweets (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< StatusLookup (params Expression< Func< string, object >>[] parameters)
 
ListedResponse< StatusLookup (IDictionary< string, object > parameters)
 
ListedResponse< StatusLookup (object parameters)
 
ListedResponse< StatusLookup (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, StatusLookupMap (params Expression< Func< string, object >>[] parameters)
 
DictionaryResponse< string, StatusLookupMap (IDictionary< string, object > parameters)
 
DictionaryResponse< string, StatusLookupMap (object parameters)
 
DictionaryResponse< string, StatusLookupMap (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< StatusResponseUpdateAsync (params Expression< Func< string, object >>[] parameters)
 
Task< StatusResponseUpdateAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< StatusResponseUpdateAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< StatusResponseUpdateAsync (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< StatusResponseUpdateWithMediaAsync (params Expression< Func< string, object >>[] parameters)
 
Task< StatusResponseUpdateWithMediaAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< StatusResponseUpdateWithMediaAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< StatusResponseUpdateWithMediaAsync (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< StatusResponseUpdateWithMediaAsync (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< StatusResponseUpdateWithMediaAsync (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< StatusResponseDestroyAsync (params Expression< Func< string, object >>[] parameters)
 
Task< StatusResponseDestroyAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< StatusResponseDestroyAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< StatusResponseDestroyAsync (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< StatusResponseRetweetAsync (params Expression< Func< string, object >>[] parameters)
 
Task< StatusResponseRetweetAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< StatusResponseRetweetAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< StatusResponseRetweetAsync (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< StatusResponseUnretweetAsync (params Expression< Func< string, object >>[] parameters)
 
Task< StatusResponseUnretweetAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< StatusResponseUnretweetAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< StatusResponseUnretweetAsync (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...
 

Detailed Description

Provides a set of methods for the wrapper of GET/POST statuses.

Member Function Documentation

◆ Destroy() [1/4]

StatusResponse CoreTweet.Rest.Statuses.Destroy ( IDictionary< string, object >  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
parametersThe parameters.
Returns
The destroyed status.

◆ Destroy() [2/4]

StatusResponse CoreTweet.Rest.Statuses.Destroy ( long  id,
bool?  trim_user = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Destroys the status specified by the required ID parameter.

Parameters
idrequired.
trim_useroptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The destroyed status.

◆ Destroy() [3/4]

StatusResponse CoreTweet.Rest.Statuses.Destroy ( object  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
parametersThe parameters.
Returns
The destroyed status.

◆ Destroy() [4/4]

StatusResponse CoreTweet.Rest.Statuses.Destroy ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The destroyed status.

◆ DestroyAsync() [1/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.DestroyAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The destroyed status.

◆ DestroyAsync() [2/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.DestroyAsync ( long  id,
bool?  trim_user = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Destroys the status specified by the required ID parameter.

Parameters
idrequired.
trim_useroptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The destroyed status.

◆ DestroyAsync() [3/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.DestroyAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The destroyed status.

◆ DestroyAsync() [4/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.DestroyAsync ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The destroyed status.

◆ EnumerateRetweetersIds() [1/4]

IEnumerable<long> CoreTweet.Rest.Statuses.EnumerateRetweetersIds ( EnumerateMode  mode,
IDictionary< string, object >  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
parametersThe parameters.
modeSpecify whether enumerating goes to the next page or the previous.
Returns
The IDs.

◆ EnumerateRetweetersIds() [2/4]

IEnumerable<long> CoreTweet.Rest.Statuses.EnumerateRetweetersIds ( EnumerateMode  mode,
long  id,
long?  cursor = null 
)
inline

Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.

Parameters
idrequired.
cursorsemi-optional.
modeSpecify whether enumerating goes to the next page or the previous.
Returns
The IDs.

◆ EnumerateRetweetersIds() [3/4]

IEnumerable<long> CoreTweet.Rest.Statuses.EnumerateRetweetersIds ( EnumerateMode  mode,
object  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
parametersThe parameters.
modeSpecify whether enumerating goes to the next page or the previous.
Returns
The IDs.

◆ EnumerateRetweetersIds() [4/4]

IEnumerable<long> CoreTweet.Rest.Statuses.EnumerateRetweetersIds ( EnumerateMode  mode,
params Expression< Func< string, object >>[]  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
parametersThe parameters.
modeSpecify whether enumerating goes to the next page or the previous.
Returns
The IDs.

◆ HomeTimeline() [1/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.HomeTimeline ( IDictionary< string, object >  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
parametersThe parameters.
Returns
The statuses.

◆ HomeTimeline() [2/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.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 
)
inline

Returns a collection of the most recent Tweets and retweets posted by the authenticating user and the users they follow.

Parameters
countoptional.
since_idoptional.
max_idoptional.
trim_useroptional.
exclude_repliesoptional.
contributor_detailsoptional.
include_entitiesoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The statuses.

◆ HomeTimeline() [3/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.HomeTimeline ( object  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
parametersThe parameters.
Returns
The statuses.

◆ HomeTimeline() [4/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.HomeTimeline ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The statuses.

◆ HomeTimelineAsync() [1/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.HomeTimelineAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ HomeTimelineAsync() [2/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.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) 
)
inline

Returns a collection of the most recent Tweets and retweets posted by the authenticating user and the users they follow.

Parameters
countoptional.
since_idoptional.
max_idoptional.
trim_useroptional.
exclude_repliesoptional.
contributor_detailsoptional.
include_entitiesoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ HomeTimelineAsync() [3/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.HomeTimelineAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ HomeTimelineAsync() [4/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.HomeTimelineAsync ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The statuses.

◆ Lookup() [1/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.Lookup ( IDictionary< string, object >  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
parametersThe parameters.
Returns
The statuses.

◆ Lookup() [2/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.Lookup ( IEnumerable< long >  id,
bool?  trim_user = null,
bool?  include_entities = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Returns fully-hydrated tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.

Parameters
idrequired.
trim_useroptional.
include_entitiesoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The statuses.

◆ Lookup() [3/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.Lookup ( object  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
parametersThe parameters.
Returns
The statuses.

◆ Lookup() [4/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.Lookup ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The statuses.

◆ LookupAsync() [1/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.LookupAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ LookupAsync() [2/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.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) 
)
inline

Returns fully-hydrated tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.

Parameters
idrequired.
trim_useroptional.
include_entitiesoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ LookupAsync() [3/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.LookupAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ LookupAsync() [4/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.LookupAsync ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The statuses.

◆ LookupMap() [1/4]

DictionaryResponse<string, Status> CoreTweet.Rest.Statuses.LookupMap ( IDictionary< string, object >  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
parametersThe parameters.
Returns
The statuses.

◆ LookupMap() [2/4]

DictionaryResponse<string, Status> CoreTweet.Rest.Statuses.LookupMap ( IEnumerable< long >  id,
bool?  trim_user = null,
bool?  include_entities = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Returns fully-hydrated tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.

Parameters
idrequired.
trim_useroptional.
include_entitiesoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The statuses.

◆ LookupMap() [3/4]

DictionaryResponse<string, Status> CoreTweet.Rest.Statuses.LookupMap ( object  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
parametersThe parameters.
Returns
The statuses.

◆ LookupMap() [4/4]

DictionaryResponse<string, Status> CoreTweet.Rest.Statuses.LookupMap ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The statuses.

◆ LookupMapAsync() [1/4]

Task<DictionaryResponse<string, Status> > CoreTweet.Rest.Statuses.LookupMapAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ LookupMapAsync() [2/4]

Task<DictionaryResponse<string, Status> > CoreTweet.Rest.Statuses.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) 
)
inline

Returns fully-hydrated tweet objects for up to 100 tweets per request, as specified by comma-separated values passed to the id parameter.

Parameters
idrequired.
trim_useroptional.
include_entitiesoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ LookupMapAsync() [3/4]

Task<DictionaryResponse<string, Status> > CoreTweet.Rest.Statuses.LookupMapAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ LookupMapAsync() [4/4]

Task<DictionaryResponse<string, Status> > CoreTweet.Rest.Statuses.LookupMapAsync ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The statuses.

◆ MentionsTimeline() [1/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.MentionsTimeline ( IDictionary< string, object >  parameters)
inline

Returns the most recent mentions (tweets containing a users's &#64;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
parametersThe parameters.
Returns
The statuses.

◆ MentionsTimeline() [2/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.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 
)
inline

Returns the most recent mentions (tweets containing a users's &#64;screen_name) for the authenticating user.

Parameters
countoptional.
since_idoptional.
max_idoptional.
trim_useroptional.
contributor_detailsoptional.
include_entitiesoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The statuses.

◆ MentionsTimeline() [3/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.MentionsTimeline ( object  parameters)
inline

Returns the most recent mentions (tweets containing a users's &#64;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
parametersThe parameters.
Returns
The statuses.

◆ MentionsTimeline() [4/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.MentionsTimeline ( params Expression< Func< string, object >>[]  parameters)
inline

Returns the most recent mentions (tweets containing a users's &#64;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
parametersThe parameters.
Returns
The statuses.

◆ MentionsTimelineAsync() [1/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.MentionsTimelineAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns the most recent mentions (tweets containing a users's &#64;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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ MentionsTimelineAsync() [2/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.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) 
)
inline

Returns the most recent mentions (tweets containing a users's &#64;screen_name) for the authenticating user.

Parameters
countoptional.
since_idoptional.
max_idoptional.
trim_useroptional.
contributor_detailsoptional.
include_entitiesoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ MentionsTimelineAsync() [3/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.MentionsTimelineAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns the most recent mentions (tweets containing a users's &#64;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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ MentionsTimelineAsync() [4/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.MentionsTimelineAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Returns the most recent mentions (tweets containing a users's &#64;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
parametersThe parameters.
Returns
The statuses.

◆ Oembed() [1/5]

Embed CoreTweet.Rest.Statuses.Oembed ( IDictionary< string, object >  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
parametersThe parameters.
Returns
The HTML code and more.

◆ Oembed() [2/5]

Embed CoreTweet.Rest.Statuses.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 
)
inline

Returns information allowing the creation of an embedded representation of a Tweet on third party sites.

Parameters
idany one is required.
maxwidthoptional.
hide_mediaoptional.
hide_threadoptional.
omit_scriptoptional.
alignoptional.
relatedoptional.
langoptional.
widget_typeoptional.
hide_tweetoptional.
themeoptional.
link_coloroptional.
dntoptional.
Returns
The HTML code and more.

◆ Oembed() [3/5]

Embed CoreTweet.Rest.Statuses.Oembed ( object  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
parametersThe parameters.
Returns
The HTML code and more.

◆ Oembed() [4/5]

Embed CoreTweet.Rest.Statuses.Oembed ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The HTML code and more.

◆ Oembed() [5/5]

Embed CoreTweet.Rest.Statuses.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 
)
inline

Returns information allowing the creation of an embedded representation of a Tweet on third party sites.

Parameters
urlany one is required.
maxwidthoptional.
hide_mediaoptional.
hide_threadoptional.
omit_scriptoptional.
alignoptional.
relatedoptional.
langoptional.
widget_typeoptional.
hide_tweetoptional.
themeoptional.
link_coloroptional.
dntoptional.
Returns
The HTML code and more.

◆ OembedAsync() [1/5]

Task<Embed> CoreTweet.Rest.Statuses.OembedAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The HTML code and more.

◆ OembedAsync() [2/5]

Task<Embed> CoreTweet.Rest.Statuses.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) 
)
inline

Returns information allowing the creation of an embedded representation of a Tweet on third party sites.

Parameters
idany one is required.
maxwidthoptional.
hide_mediaoptional.
hide_threadoptional.
omit_scriptoptional.
alignoptional.
relatedoptional.
langoptional.
widget_typeoptional.
hide_tweetoptional.
themeoptional.
link_coloroptional.
dntoptional.
cancellationTokenThe cancellation token.
Returns
The HTML code and more.

◆ OembedAsync() [3/5]

Task<Embed> CoreTweet.Rest.Statuses.OembedAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The HTML code and more.

◆ OembedAsync() [4/5]

Task<Embed> CoreTweet.Rest.Statuses.OembedAsync ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The HTML code and more.

◆ OembedAsync() [5/5]

Task<Embed> CoreTweet.Rest.Statuses.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) 
)
inline

Returns information allowing the creation of an embedded representation of a Tweet on third party sites.

Parameters
urlany one is required.
maxwidthoptional.
hide_mediaoptional.
hide_threadoptional.
omit_scriptoptional.
alignoptional.
relatedoptional.
langoptional.
widget_typeoptional.
hide_tweetoptional.
themeoptional.
link_coloroptional.
dntoptional.
cancellationTokenThe cancellation token.
Returns
The HTML code and more.

◆ Retweet() [1/4]

StatusResponse CoreTweet.Rest.Statuses.Retweet ( IDictionary< string, object >  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
parametersThe parameters.
Returns
The retweeted status.

◆ Retweet() [2/4]

StatusResponse CoreTweet.Rest.Statuses.Retweet ( long  id,
bool?  trim_user = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Retweets a tweet.

Parameters
idrequired.
trim_useroptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The retweeted status.

◆ Retweet() [3/4]

StatusResponse CoreTweet.Rest.Statuses.Retweet ( object  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
parametersThe parameters.
Returns
The retweeted status.

◆ Retweet() [4/4]

StatusResponse CoreTweet.Rest.Statuses.Retweet ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The retweeted status.

◆ RetweetAsync() [1/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.RetweetAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Retweets a tweet.

Available parameters:

- long id (required)

- bool trim_user (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The retweeted status.

◆ RetweetAsync() [2/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.RetweetAsync ( long  id,
bool?  trim_user = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Retweets a tweet.

Parameters
idrequired.
trim_useroptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The retweeted status.

◆ RetweetAsync() [3/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.RetweetAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Retweets a tweet.

Available parameters:

- long id (required)

- bool trim_user (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The retweeted status.

◆ RetweetAsync() [4/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.RetweetAsync ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The retweeted status.

◆ RetweetersIds() [1/4]

Cursored<long> CoreTweet.Rest.Statuses.RetweetersIds ( IDictionary< string, object >  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
parametersThe parameters.
Returns
The IDs.

◆ RetweetersIds() [2/4]

Cursored<long> CoreTweet.Rest.Statuses.RetweetersIds ( long  id,
long?  cursor = null 
)
inline

Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.

Parameters
idrequired.
cursorsemi-optional.
Returns
The IDs.

◆ RetweetersIds() [3/4]

Cursored<long> CoreTweet.Rest.Statuses.RetweetersIds ( object  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
parametersThe parameters.
Returns
The IDs.

◆ RetweetersIds() [4/4]

Cursored<long> CoreTweet.Rest.Statuses.RetweetersIds ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The IDs.

◆ RetweetersIdsAsync() [1/4]

Task<Cursored<long> > CoreTweet.Rest.Statuses.RetweetersIdsAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The IDs.

◆ RetweetersIdsAsync() [2/4]

Task<Cursored<long> > CoreTweet.Rest.Statuses.RetweetersIdsAsync ( long  id,
long?  cursor = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.

Parameters
idrequired.
cursorsemi-optional.
cancellationTokenThe cancellation token.
Returns
The IDs.

◆ RetweetersIdsAsync() [3/4]

Task<Cursored<long> > CoreTweet.Rest.Statuses.RetweetersIdsAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The IDs.

◆ RetweetersIdsAsync() [4/4]

Task<Cursored<long> > CoreTweet.Rest.Statuses.RetweetersIdsAsync ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The IDs.

◆ Retweets() [1/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.Retweets ( IDictionary< string, object >  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
parametersThe parameters.
Returns
The statuses.

◆ Retweets() [2/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.Retweets ( long  id,
int?  count = null,
bool?  trim_user = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Returns up to 100 of the first retweets of a given tweet.

Parameters
idrequired.
countoptional.
trim_useroptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The statuses.

◆ Retweets() [3/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.Retweets ( object  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
parametersThe parameters.
Returns
The statuses.

◆ Retweets() [4/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.Retweets ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The statuses.

◆ RetweetsAsync() [1/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.RetweetsAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ RetweetsAsync() [2/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.RetweetsAsync ( long  id,
int?  count = null,
bool?  trim_user = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns up to 100 of the first retweets of a given tweet.

Parameters
idrequired.
countoptional.
trim_useroptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ RetweetsAsync() [3/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.RetweetsAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ RetweetsAsync() [4/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.RetweetsAsync ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The statuses.

◆ RetweetsOfMe() [1/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.RetweetsOfMe ( IDictionary< string, object >  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
parametersThe parameters.
Returns
The statuses.

◆ RetweetsOfMe() [2/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.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 
)
inline

Returns the most recent tweets authored by the authenticating user that have recently been retweeted by others.

Parameters
countoptional.
since_idoptional.
max_idoptional.
trim_useroptional.
include_entitiesoptional.
include_user_entitiesoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The statuses.

◆ RetweetsOfMe() [3/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.RetweetsOfMe ( object  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
parametersThe parameters.
Returns
The statuses.

◆ RetweetsOfMe() [4/4]

ListedResponse<Status> CoreTweet.Rest.Statuses.RetweetsOfMe ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The statuses.

◆ RetweetsOfMeAsync() [1/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.RetweetsOfMeAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ RetweetsOfMeAsync() [2/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.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) 
)
inline

Returns the most recent tweets authored by the authenticating user that have recently been retweeted by others.

Parameters
countoptional.
since_idoptional.
max_idoptional.
trim_useroptional.
include_entitiesoptional.
include_user_entitiesoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ RetweetsOfMeAsync() [3/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.RetweetsOfMeAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ RetweetsOfMeAsync() [4/4]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.RetweetsOfMeAsync ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The statuses.

◆ Show() [1/4]

StatusResponse CoreTweet.Rest.Statuses.Show ( IDictionary< string, object >  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
parametersThe parameters.
Returns
The status.

◆ Show() [2/4]

StatusResponse CoreTweet.Rest.Statuses.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 
)
inline

Returns a single Tweet, specified by the id parameter.

Parameters
idrequired.
trim_useroptional.
include_my_retweetoptional.
include_entitiesoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The status.

◆ Show() [3/4]

StatusResponse CoreTweet.Rest.Statuses.Show ( object  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
parametersThe parameters.
Returns
The status.

◆ Show() [4/4]

StatusResponse CoreTweet.Rest.Statuses.Show ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The status.

◆ ShowAsync() [1/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.ShowAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The status.

◆ ShowAsync() [2/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.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) 
)
inline

Returns a single Tweet, specified by the id parameter.

Parameters
idrequired.
trim_useroptional.
include_my_retweetoptional.
include_entitiesoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The status.

◆ ShowAsync() [3/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.ShowAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The status.

◆ ShowAsync() [4/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.ShowAsync ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The status.

◆ Unretweet() [1/4]

StatusResponse CoreTweet.Rest.Statuses.Unretweet ( IDictionary< string, object >  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
parametersThe parameters.
Returns
The original Tweet with retweet details embedded.

◆ Unretweet() [2/4]

StatusResponse CoreTweet.Rest.Statuses.Unretweet ( long  id,
bool?  trim_user = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Untweets a retweeted status.

Parameters
idrequired.
trim_useroptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The original Tweet with retweet details embedded.

◆ Unretweet() [3/4]

StatusResponse CoreTweet.Rest.Statuses.Unretweet ( object  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
parametersThe parameters.
Returns
The original Tweet with retweet details embedded.

◆ Unretweet() [4/4]

StatusResponse CoreTweet.Rest.Statuses.Unretweet ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The original Tweet with retweet details embedded.

◆ UnretweetAsync() [1/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.UnretweetAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The original Tweet with retweet details embedded.

◆ UnretweetAsync() [2/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.UnretweetAsync ( long  id,
bool?  trim_user = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Untweets a retweeted status.

Parameters
idrequired.
trim_useroptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The original Tweet with retweet details embedded.

◆ UnretweetAsync() [3/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.UnretweetAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The original Tweet with retweet details embedded.

◆ UnretweetAsync() [4/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.UnretweetAsync ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The original Tweet with retweet details embedded.

◆ Update() [1/4]

StatusResponse CoreTweet.Rest.Statuses.Update ( IDictionary< string, object >  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
parametersThe parameters.
Returns
The updated status.

◆ Update() [2/4]

StatusResponse CoreTweet.Rest.Statuses.Update ( object  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
parametersThe parameters.
Returns
The updated status.

◆ Update() [3/4]

StatusResponse CoreTweet.Rest.Statuses.Update ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The updated status.

◆ Update() [4/4]

StatusResponse CoreTweet.Rest.Statuses.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 
)
inline

Updates the authenticating user’s current status, also known as Tweeting.

Parameters
statusrequired.
in_reply_to_status_idoptional.
possibly_sensitiveoptional.
latoptional.
longoptional.
place_idoptional.
display_coordinatesoptional.
trim_useroptional.
media_idsoptional.
attachment_urloptional.
auto_populate_reply_metadataoptional.
exclude_reply_user_idsoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
enable_dm_commandsoptional.
fail_dm_commandsoptional.
Returns
The updated status.

◆ UpdateAsync() [1/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.UpdateAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The updated status.

◆ UpdateAsync() [2/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.UpdateAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The updated status.

◆ UpdateAsync() [3/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.UpdateAsync ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The updated status.

◆ UpdateAsync() [4/4]

Task<StatusResponse> CoreTweet.Rest.Statuses.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) 
)
inline

Updates the authenticating user’s current status, also known as Tweeting.

Parameters
statusrequired.
in_reply_to_status_idoptional.
possibly_sensitiveoptional.
latoptional.
longoptional.
place_idoptional.
display_coordinatesoptional.
trim_useroptional.
media_idsoptional.
attachment_urloptional.
auto_populate_reply_metadataoptional.
exclude_reply_user_idsoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
enable_dm_commandsoptional.
fail_dm_commandsoptional.
cancellationTokenThe cancellation token.
Returns
The updated status.

◆ UpdateWithMedia() [1/6]

StatusResponse CoreTweet.Rest.Statuses.UpdateWithMedia ( IDictionary< string, object >  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
parametersThe parameters.
Returns
The updated status.

◆ UpdateWithMedia() [2/6]

StatusResponse CoreTweet.Rest.Statuses.UpdateWithMedia ( object  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
parametersThe parameters.
Returns
The updated status.

◆ UpdateWithMedia() [3/6]

StatusResponse CoreTweet.Rest.Statuses.UpdateWithMedia ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The updated status.

◆ UpdateWithMedia() [4/6]

StatusResponse CoreTweet.Rest.Statuses.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 
)
inline

Updates the authenticating user’s current status and attaches media for upload.

Parameters
statusrequired.
mediaany one is required.
possibly_sensitiveoptional.
in_reply_to_status_idoptional.
latoptional.
longoptional.
place_idoptional.
display_coordinatesoptional.
Returns
The updated status.

◆ UpdateWithMedia() [5/6]

StatusResponse CoreTweet.Rest.Statuses.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 
)
inline

Updates the authenticating user’s current status and attaches media for upload.

Parameters
statusrequired.
mediaany one is required.
possibly_sensitiveoptional.
in_reply_to_status_idoptional.
latoptional.
longoptional.
place_idoptional.
display_coordinatesoptional.
Returns
The updated status.

◆ UpdateWithMedia() [6/6]

StatusResponse CoreTweet.Rest.Statuses.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 
)
inline

Updates the authenticating user’s current status and attaches media for upload.

Parameters
statusrequired.
mediaany one is required.
possibly_sensitiveoptional.
in_reply_to_status_idoptional.
latoptional.
longoptional.
place_idoptional.
display_coordinatesoptional.
Returns
The updated status.

◆ UpdateWithMediaAsync() [1/6]

Task<StatusResponse> CoreTweet.Rest.Statuses.UpdateWithMediaAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The updated status.

◆ UpdateWithMediaAsync() [2/6]

Task<StatusResponse> CoreTweet.Rest.Statuses.UpdateWithMediaAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The updated status.

◆ UpdateWithMediaAsync() [3/6]

Task<StatusResponse> CoreTweet.Rest.Statuses.UpdateWithMediaAsync ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The updated status.

◆ UpdateWithMediaAsync() [4/6]

Task<StatusResponse> CoreTweet.Rest.Statuses.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) 
)
inline

Updates the authenticating user’s current status and attaches media for upload.

Parameters
statusrequired.
mediaany one is required.
possibly_sensitiveoptional.
in_reply_to_status_idoptional.
latoptional.
longoptional.
place_idoptional.
display_coordinatesoptional.
cancellationTokenThe cancellation token.
Returns
The updated status.

◆ UpdateWithMediaAsync() [5/6]

Task<StatusResponse> CoreTweet.Rest.Statuses.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) 
)
inline

Updates the authenticating user’s current status and attaches media for upload.

Parameters
statusrequired.
mediaany one is required.
possibly_sensitiveoptional.
in_reply_to_status_idoptional.
latoptional.
longoptional.
place_idoptional.
display_coordinatesoptional.
cancellationTokenThe cancellation token.
Returns
The updated status.

◆ UpdateWithMediaAsync() [6/6]

Task<StatusResponse> CoreTweet.Rest.Statuses.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) 
)
inline

Updates the authenticating user’s current status and attaches media for upload.

Parameters
statusrequired.
mediaany one is required.
possibly_sensitiveoptional.
in_reply_to_status_idoptional.
latoptional.
longoptional.
place_idoptional.
display_coordinatesoptional.
cancellationTokenThe cancellation token.
Returns
The updated status.

◆ UserTimeline() [1/6]

ListedResponse<Status> CoreTweet.Rest.Statuses.UserTimeline ( IDictionary< string, object >  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
parametersThe parameters.
Returns
The statuses.

◆ UserTimeline() [2/6]

ListedResponse<Status> CoreTweet.Rest.Statuses.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 
)
inline

Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.

Parameters
countoptional.
since_idoptional.
max_idoptional.
trim_useroptional.
exclude_repliesoptional.
contributor_detailsoptional.
include_rtsoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The statuses.

◆ UserTimeline() [3/6]

ListedResponse<Status> CoreTweet.Rest.Statuses.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 
)
inline

Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.

Parameters
user_idany one is required.
countoptional.
since_idoptional.
max_idoptional.
trim_useroptional.
exclude_repliesoptional.
contributor_detailsoptional.
include_rtsoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The statuses.

◆ UserTimeline() [4/6]

ListedResponse<Status> CoreTweet.Rest.Statuses.UserTimeline ( object  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
parametersThe parameters.
Returns
The statuses.

◆ UserTimeline() [5/6]

ListedResponse<Status> CoreTweet.Rest.Statuses.UserTimeline ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The statuses.

◆ UserTimeline() [6/6]

ListedResponse<Status> CoreTweet.Rest.Statuses.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 
)
inline

Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.

Parameters
screen_nameany one is required.
countoptional.
since_idoptional.
max_idoptional.
trim_useroptional.
exclude_repliesoptional.
contributor_detailsoptional.
include_rtsoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The statuses.

◆ UserTimelineAsync() [1/6]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.UserTimelineAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ UserTimelineAsync() [2/6]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.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) 
)
inline

Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.

Parameters
countoptional.
since_idoptional.
max_idoptional.
trim_useroptional.
exclude_repliesoptional.
contributor_detailsoptional.
include_rtsoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ UserTimelineAsync() [3/6]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.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) 
)
inline

Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.

Parameters
user_idany one is required.
countoptional.
since_idoptional.
max_idoptional.
trim_useroptional.
exclude_repliesoptional.
contributor_detailsoptional.
include_rtsoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ UserTimelineAsync() [4/6]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.UserTimelineAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
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
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The statuses.

◆ UserTimelineAsync() [5/6]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.UserTimelineAsync ( params Expression< Func< string, object >>[]  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
parametersThe parameters.
Returns
The statuses.

◆ UserTimelineAsync() [6/6]

Task<ListedResponse<Status> > CoreTweet.Rest.Statuses.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) 
)
inline

Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.

Parameters
screen_nameany one is required.
countoptional.
since_idoptional.
max_idoptional.
trim_useroptional.
exclude_repliesoptional.
contributor_detailsoptional.
include_rtsoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The statuses.

The documentation for this class was generated from the following file: