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

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

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

Public Member Functions

UserResponse VerifyCredentials (params Expression< Func< string, object >>[] parameters)
 
UserResponse VerifyCredentials (IDictionary< string, object > parameters)
 
UserResponse VerifyCredentials (object parameters)
 
UserResponse VerifyCredentials (bool? include_entities=null, bool? skip_status=null, bool? include_email=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
Task< UserResponseVerifyCredentialsAsync (params Expression< Func< string, object >>[] parameters)
 
Task< UserResponseVerifyCredentialsAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseVerifyCredentialsAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseVerifyCredentialsAsync (bool? include_entities=null, bool? skip_status=null, bool? include_email=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
Setting Settings (params Expression< Func< string, object >>[] parameters)
 
Setting Settings (IDictionary< string, object > parameters)
 
Setting Settings (object parameters)
 
Setting Settings (int? trend_location_woeid=null, bool? sleep_time_enabled=null, int? start_sleep_time=null, int? end_sleep_time=null, string time_zone=null, string lang=null, string allow_contributor_request=null, string current_password=null, string allow_dms_from=null)
 
Task< SettingSettingsAsync (params Expression< Func< string, object >>[] parameters)
 
Task< SettingSettingsAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< SettingSettingsAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< SettingSettingsAsync (int? trend_location_woeid=null, bool? sleep_time_enabled=null, int? start_sleep_time=null, int? end_sleep_time=null, string time_zone=null, string lang=null, string allow_contributor_request=null, string current_password=null, string allow_dms_from=null, CancellationToken cancellationToken=default(CancellationToken))
 
UserResponse UpdateProfile (params Expression< Func< string, object >>[] parameters)
 
UserResponse UpdateProfile (IDictionary< string, object > parameters)
 
UserResponse UpdateProfile (object parameters)
 
UserResponse UpdateProfile (string name=null, string url=null, string location=null, string description=null, string profile_link_color=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
Task< UserResponseUpdateProfileAsync (params Expression< Func< string, object >>[] parameters)
 
Task< UserResponseUpdateProfileAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseUpdateProfileAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseUpdateProfileAsync (string name=null, string url=null, string location=null, string description=null, string profile_link_color=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
UserResponse UpdateProfileBackgroundImage (params Expression< Func< string, object >>[] parameters)
 
UserResponse UpdateProfileBackgroundImage (IDictionary< string, object > parameters)
 
UserResponse UpdateProfileBackgroundImage (object parameters)
 
UserResponse UpdateProfileBackgroundImage (Stream image, bool? tile=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
UserResponse UpdateProfileBackgroundImage (IEnumerable< byte > image, bool? tile=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
UserResponse UpdateProfileBackgroundImage (FileInfo image, bool? tile=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
UserResponse UpdateProfileBackgroundImage (long media_id, bool? tile=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
UserResponse UpdateProfileBackgroundImage (bool? tile=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
Task< UserResponseUpdateProfileBackgroundImageAsync (params Expression< Func< string, object >>[] parameters)
 
Task< UserResponseUpdateProfileBackgroundImageAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseUpdateProfileBackgroundImageAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseUpdateProfileBackgroundImageAsync (Stream image, bool? tile=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseUpdateProfileBackgroundImageAsync (IEnumerable< byte > image, bool? tile=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseUpdateProfileBackgroundImageAsync (FileInfo image, bool? tile=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseUpdateProfileBackgroundImageAsync (long media_id, bool? tile=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseUpdateProfileBackgroundImageAsync (bool? tile=null, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
void UpdateProfileBanner (params Expression< Func< string, object >>[] parameters)
 
void UpdateProfileBanner (IDictionary< string, object > parameters)
 
void UpdateProfileBanner (object parameters)
 
void UpdateProfileBanner (Stream image, string width=null, string height=null, string offset_left=null, string offset_top=null)
 
void UpdateProfileBanner (IEnumerable< byte > image, string width=null, string height=null, string offset_left=null, string offset_top=null)
 
void UpdateProfileBanner (FileInfo image, string width=null, string height=null, string offset_left=null, string offset_top=null)
 
void UpdateProfileBanner (string banner, string width=null, string height=null, string offset_left=null, string offset_top=null)
 
Task UpdateProfileBannerAsync (params Expression< Func< string, object >>[] parameters)
 
Task UpdateProfileBannerAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task UpdateProfileBannerAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task UpdateProfileBannerAsync (Stream image, string width=null, string height=null, string offset_left=null, string offset_top=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task UpdateProfileBannerAsync (IEnumerable< byte > image, string width=null, string height=null, string offset_left=null, string offset_top=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task UpdateProfileBannerAsync (FileInfo image, string width=null, string height=null, string offset_left=null, string offset_top=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task UpdateProfileBannerAsync (string banner, string width=null, string height=null, string offset_left=null, string offset_top=null, CancellationToken cancellationToken=default(CancellationToken))
 
void RemoveProfileBanner (params Expression< Func< string, object >>[] parameters)
 
void RemoveProfileBanner (IDictionary< string, object > parameters)
 
void RemoveProfileBanner (object parameters)
 
void RemoveProfileBanner ()
 
Task RemoveProfileBannerAsync (params Expression< Func< string, object >>[] parameters)
 
Task RemoveProfileBannerAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task RemoveProfileBannerAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task RemoveProfileBannerAsync (CancellationToken cancellationToken=default(CancellationToken))
 
UserResponse UpdateProfileImage (params Expression< Func< string, object >>[] parameters)
 
UserResponse UpdateProfileImage (IDictionary< string, object > parameters)
 
UserResponse UpdateProfileImage (object parameters)
 
UserResponse UpdateProfileImage (Stream image, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
UserResponse UpdateProfileImage (IEnumerable< byte > image, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
UserResponse UpdateProfileImage (FileInfo image, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null)
 
Task< UserResponseUpdateProfileImageAsync (params Expression< Func< string, object >>[] parameters)
 
Task< UserResponseUpdateProfileImageAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseUpdateProfileImageAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseUpdateProfileImageAsync (Stream image, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseUpdateProfileImageAsync (IEnumerable< byte > image, bool? include_entities=null, bool? skip_status=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken))
 
Task< UserResponseUpdateProfileImageAsync (FileInfo image, bool? include_entities=null, bool? skip_status=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 account.

Member Function Documentation

◆ RemoveProfileBanner() [1/4]

void CoreTweet.Rest.Account.RemoveProfileBanner ( )
inline

Removes the uploaded profile banner for the authenticating user.

Returns

◆ RemoveProfileBanner() [2/4]

void CoreTweet.Rest.Account.RemoveProfileBanner ( IDictionary< string, object >  parameters)
inline

Removes the uploaded profile banner for the authenticating user.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns

◆ RemoveProfileBanner() [3/4]

void CoreTweet.Rest.Account.RemoveProfileBanner ( object  parameters)
inline

Removes the uploaded profile banner for the authenticating user.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns

◆ RemoveProfileBanner() [4/4]

void CoreTweet.Rest.Account.RemoveProfileBanner ( params Expression< Func< string, object >>[]  parameters)
inline

Removes the uploaded profile banner for the authenticating user.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns

◆ RemoveProfileBannerAsync() [1/4]

Task CoreTweet.Rest.Account.RemoveProfileBannerAsync ( CancellationToken  cancellationToken = default(CancellationToken))
inline

Removes the uploaded profile banner for the authenticating user.

Parameters
cancellationTokenThe cancellation token.
Returns

◆ RemoveProfileBannerAsync() [2/4]

Task CoreTweet.Rest.Account.RemoveProfileBannerAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Removes the uploaded profile banner for the authenticating user.

Available parameters: Nothing.

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ RemoveProfileBannerAsync() [3/4]

Task CoreTweet.Rest.Account.RemoveProfileBannerAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Removes the uploaded profile banner for the authenticating user.

Available parameters: Nothing.

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ RemoveProfileBannerAsync() [4/4]

Task CoreTweet.Rest.Account.RemoveProfileBannerAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Removes the uploaded profile banner for the authenticating user.

Available parameters: Nothing.

Parameters
parametersThe parameters.
Returns

◆ Settings() [1/4]

Setting CoreTweet.Rest.Account.Settings ( IDictionary< string, object >  parameters)
inline

Returns settings (including current trend, geo and sleep time information) for the authenticating user or updates the authenticating user's settings.

Available parameters:

- int trend_location_woeid (optional)

- bool sleep_time_enabled (optional)

- int start_sleep_time (optional)

- int end_sleep_time (optional)

- string time_zone (optional)

- string lang (optional)

- string allow_contributor_request (optional)

- string current_password (optional)

- string allow_dms_from (optional)

Parameters
parametersThe parameters.
Returns
The settings of the user.

◆ Settings() [2/4]

Setting CoreTweet.Rest.Account.Settings ( int?  trend_location_woeid = null,
bool?  sleep_time_enabled = null,
int?  start_sleep_time = null,
int?  end_sleep_time = null,
string  time_zone = null,
string  lang = null,
string  allow_contributor_request = null,
string  current_password = null,
string  allow_dms_from = null 
)
inline

Returns settings (including current trend, geo and sleep time information) for the authenticating user or updates the authenticating user's settings.

Parameters
trend_location_woeidoptional.
sleep_time_enabledoptional.
start_sleep_timeoptional.
end_sleep_timeoptional.
time_zoneoptional.
langoptional.
allow_contributor_requestoptional.
current_passwordoptional.
allow_dms_fromoptional.
Returns
The settings of the user.

◆ Settings() [3/4]

Setting CoreTweet.Rest.Account.Settings ( object  parameters)
inline

Returns settings (including current trend, geo and sleep time information) for the authenticating user or updates the authenticating user's settings.

Available parameters:

- int trend_location_woeid (optional)

- bool sleep_time_enabled (optional)

- int start_sleep_time (optional)

- int end_sleep_time (optional)

- string time_zone (optional)

- string lang (optional)

- string allow_contributor_request (optional)

- string current_password (optional)

- string allow_dms_from (optional)

Parameters
parametersThe parameters.
Returns
The settings of the user.

◆ Settings() [4/4]

Setting CoreTweet.Rest.Account.Settings ( params Expression< Func< string, object >>[]  parameters)
inline

Returns settings (including current trend, geo and sleep time information) for the authenticating user or updates the authenticating user's settings.

Available parameters:

- int trend_location_woeid (optional)

- bool sleep_time_enabled (optional)

- int start_sleep_time (optional)

- int end_sleep_time (optional)

- string time_zone (optional)

- string lang (optional)

- string allow_contributor_request (optional)

- string current_password (optional)

- string allow_dms_from (optional)

Parameters
parametersThe parameters.
Returns
The settings of the user.

◆ SettingsAsync() [1/4]

Task<Setting> CoreTweet.Rest.Account.SettingsAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns settings (including current trend, geo and sleep time information) for the authenticating user or updates the authenticating user's settings.

Available parameters:

- int trend_location_woeid (optional)

- bool sleep_time_enabled (optional)

- int start_sleep_time (optional)

- int end_sleep_time (optional)

- string time_zone (optional)

- string lang (optional)

- string allow_contributor_request (optional)

- string current_password (optional)

- string allow_dms_from (optional)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The settings of the user.

◆ SettingsAsync() [2/4]

Task<Setting> CoreTweet.Rest.Account.SettingsAsync ( int?  trend_location_woeid = null,
bool?  sleep_time_enabled = null,
int?  start_sleep_time = null,
int?  end_sleep_time = null,
string  time_zone = null,
string  lang = null,
string  allow_contributor_request = null,
string  current_password = null,
string  allow_dms_from = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns settings (including current trend, geo and sleep time information) for the authenticating user or updates the authenticating user's settings.

Parameters
trend_location_woeidoptional.
sleep_time_enabledoptional.
start_sleep_timeoptional.
end_sleep_timeoptional.
time_zoneoptional.
langoptional.
allow_contributor_requestoptional.
current_passwordoptional.
allow_dms_fromoptional.
cancellationTokenThe cancellation token.
Returns
The settings of the user.

◆ SettingsAsync() [3/4]

Task<Setting> CoreTweet.Rest.Account.SettingsAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns settings (including current trend, geo and sleep time information) for the authenticating user or updates the authenticating user's settings.

Available parameters:

- int trend_location_woeid (optional)

- bool sleep_time_enabled (optional)

- int start_sleep_time (optional)

- int end_sleep_time (optional)

- string time_zone (optional)

- string lang (optional)

- string allow_contributor_request (optional)

- string current_password (optional)

- string allow_dms_from (optional)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The settings of the user.

◆ SettingsAsync() [4/4]

Task<Setting> CoreTweet.Rest.Account.SettingsAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Returns settings (including current trend, geo and sleep time information) for the authenticating user or updates the authenticating user's settings.

Available parameters:

- int trend_location_woeid (optional)

- bool sleep_time_enabled (optional)

- int start_sleep_time (optional)

- int end_sleep_time (optional)

- string time_zone (optional)

- string lang (optional)

- string allow_contributor_request (optional)

- string current_password (optional)

- string allow_dms_from (optional)

Parameters
parametersThe parameters.
Returns
The settings of the user.

◆ UpdateProfile() [1/4]

UserResponse CoreTweet.Rest.Account.UpdateProfile ( IDictionary< string, object >  parameters)
inline

Sets values that users are able to set under the "Account" tab of their settings page.

Available parameters:

- string name (optional)

- string url (optional)

- string location (optional)

- string description (optional)

- string profile_link_color (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user object.

◆ UpdateProfile() [2/4]

UserResponse CoreTweet.Rest.Account.UpdateProfile ( object  parameters)
inline

Sets values that users are able to set under the "Account" tab of their settings page.

Available parameters:

- string name (optional)

- string url (optional)

- string location (optional)

- string description (optional)

- string profile_link_color (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user object.

◆ UpdateProfile() [3/4]

UserResponse CoreTweet.Rest.Account.UpdateProfile ( params Expression< Func< string, object >>[]  parameters)
inline

Sets values that users are able to set under the "Account" tab of their settings page.

Available parameters:

- string name (optional)

- string url (optional)

- string location (optional)

- string description (optional)

- string profile_link_color (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user object.

◆ UpdateProfile() [4/4]

UserResponse CoreTweet.Rest.Account.UpdateProfile ( string  name = null,
string  url = null,
string  location = null,
string  description = null,
string  profile_link_color = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Sets values that users are able to set under the "Account" tab of their settings page.

Parameters
nameoptional.
urloptional.
locationoptional.
descriptionoptional.
profile_link_coloroptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The user object.

◆ UpdateProfileAsync() [1/4]

Task<UserResponse> CoreTweet.Rest.Account.UpdateProfileAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Sets values that users are able to set under the "Account" tab of their settings page.

Available parameters:

- string name (optional)

- string url (optional)

- string location (optional)

- string description (optional)

- string profile_link_color (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The user object.

◆ UpdateProfileAsync() [2/4]

Task<UserResponse> CoreTweet.Rest.Account.UpdateProfileAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Sets values that users are able to set under the "Account" tab of their settings page.

Available parameters:

- string name (optional)

- string url (optional)

- string location (optional)

- string description (optional)

- string profile_link_color (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The user object.

◆ UpdateProfileAsync() [3/4]

Task<UserResponse> CoreTweet.Rest.Account.UpdateProfileAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Sets values that users are able to set under the "Account" tab of their settings page.

Available parameters:

- string name (optional)

- string url (optional)

- string location (optional)

- string description (optional)

- string profile_link_color (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user object.

◆ UpdateProfileAsync() [4/4]

Task<UserResponse> CoreTweet.Rest.Account.UpdateProfileAsync ( string  name = null,
string  url = null,
string  location = null,
string  description = null,
string  profile_link_color = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Sets values that users are able to set under the "Account" tab of their settings page.

Parameters
nameoptional.
urloptional.
locationoptional.
descriptionoptional.
profile_link_coloroptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The user object.

◆ UpdateProfileBackgroundImage() [1/8]

UserResponse CoreTweet.Rest.Account.UpdateProfileBackgroundImage ( bool?  tile = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Updates the authenticating user’s profile background image.

Although each parameter is marked as optional, at least one of image or media_id must be provided when making this request.

Parameters
tileoptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The user object.

◆ UpdateProfileBackgroundImage() [2/8]

UserResponse CoreTweet.Rest.Account.UpdateProfileBackgroundImage ( FileInfo  image,
bool?  tile = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Updates the authenticating user’s profile background image.

Although each parameter is marked as optional, at least one of image or media_id must be provided when making this request.

Parameters
imageany one is required.
tileoptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The user object.

◆ UpdateProfileBackgroundImage() [3/8]

UserResponse CoreTweet.Rest.Account.UpdateProfileBackgroundImage ( IDictionary< string, object >  parameters)
inline

Updates the authenticating user’s profile background image.

Although each parameter is marked as optional, at least one of image or media_id must be provided when making this request.

Available parameters:

- Stream image (any one is required)

- IEnumerable<byte> image (any one is required)

- FileInfo image (any one is required)

- long media_id (any one is required)

- bool tile (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user object.

◆ UpdateProfileBackgroundImage() [4/8]

UserResponse CoreTweet.Rest.Account.UpdateProfileBackgroundImage ( IEnumerable< byte >  image,
bool?  tile = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Updates the authenticating user’s profile background image.

Although each parameter is marked as optional, at least one of image or media_id must be provided when making this request.

Parameters
imageany one is required.
tileoptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The user object.

◆ UpdateProfileBackgroundImage() [5/8]

UserResponse CoreTweet.Rest.Account.UpdateProfileBackgroundImage ( long  media_id,
bool?  tile = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Updates the authenticating user’s profile background image.

Although each parameter is marked as optional, at least one of image or media_id must be provided when making this request.

Parameters
media_idany one is required.
tileoptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The user object.

◆ UpdateProfileBackgroundImage() [6/8]

UserResponse CoreTweet.Rest.Account.UpdateProfileBackgroundImage ( object  parameters)
inline

Updates the authenticating user’s profile background image.

Although each parameter is marked as optional, at least one of image or media_id must be provided when making this request.

Available parameters:

- Stream image (any one is required)

- IEnumerable<byte> image (any one is required)

- FileInfo image (any one is required)

- long media_id (any one is required)

- bool tile (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user object.

◆ UpdateProfileBackgroundImage() [7/8]

UserResponse CoreTweet.Rest.Account.UpdateProfileBackgroundImage ( params Expression< Func< string, object >>[]  parameters)
inline

Updates the authenticating user’s profile background image.

Although each parameter is marked as optional, at least one of image or media_id must be provided when making this request.

Available parameters:

- Stream image (any one is required)

- IEnumerable<byte> image (any one is required)

- FileInfo image (any one is required)

- long media_id (any one is required)

- bool tile (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user object.

◆ UpdateProfileBackgroundImage() [8/8]

UserResponse CoreTweet.Rest.Account.UpdateProfileBackgroundImage ( Stream  image,
bool?  tile = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Updates the authenticating user’s profile background image.

Although each parameter is marked as optional, at least one of image or media_id must be provided when making this request.

Parameters
imageany one is required.
tileoptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The user object.

◆ UpdateProfileBackgroundImageAsync() [1/8]

Task<UserResponse> CoreTweet.Rest.Account.UpdateProfileBackgroundImageAsync ( bool?  tile = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Updates the authenticating user’s profile background image.

Although each parameter is marked as optional, at least one of image or media_id must be provided when making this request.

Parameters
tileoptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The user object.

◆ UpdateProfileBackgroundImageAsync() [2/8]

Task<UserResponse> CoreTweet.Rest.Account.UpdateProfileBackgroundImageAsync ( FileInfo  image,
bool?  tile = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Updates the authenticating user’s profile background image.

Although each parameter is marked as optional, at least one of image or media_id must be provided when making this request.

Parameters
imageany one is required.
tileoptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The user object.

◆ UpdateProfileBackgroundImageAsync() [3/8]

Task<UserResponse> CoreTweet.Rest.Account.UpdateProfileBackgroundImageAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Updates the authenticating user’s profile background image.

Although each parameter is marked as optional, at least one of image or media_id must be provided when making this request.

Available parameters:

- Stream image (any one is required)

- IEnumerable<byte> image (any one is required)

- FileInfo image (any one is required)

- long media_id (any one is required)

- bool tile (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The user object.

◆ UpdateProfileBackgroundImageAsync() [4/8]

Task<UserResponse> CoreTweet.Rest.Account.UpdateProfileBackgroundImageAsync ( IEnumerable< byte >  image,
bool?  tile = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Updates the authenticating user’s profile background image.

Although each parameter is marked as optional, at least one of image or media_id must be provided when making this request.

Parameters
imageany one is required.
tileoptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The user object.

◆ UpdateProfileBackgroundImageAsync() [5/8]

Task<UserResponse> CoreTweet.Rest.Account.UpdateProfileBackgroundImageAsync ( long  media_id,
bool?  tile = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Updates the authenticating user’s profile background image.

Although each parameter is marked as optional, at least one of image or media_id must be provided when making this request.

Parameters
media_idany one is required.
tileoptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The user object.

◆ UpdateProfileBackgroundImageAsync() [6/8]

Task<UserResponse> CoreTweet.Rest.Account.UpdateProfileBackgroundImageAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Updates the authenticating user’s profile background image.

Although each parameter is marked as optional, at least one of image or media_id must be provided when making this request.

Available parameters:

- Stream image (any one is required)

- IEnumerable<byte> image (any one is required)

- FileInfo image (any one is required)

- long media_id (any one is required)

- bool tile (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The user object.

◆ UpdateProfileBackgroundImageAsync() [7/8]

Task<UserResponse> CoreTweet.Rest.Account.UpdateProfileBackgroundImageAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Updates the authenticating user’s profile background image.

Although each parameter is marked as optional, at least one of image or media_id must be provided when making this request.

Available parameters:

- Stream image (any one is required)

- IEnumerable<byte> image (any one is required)

- FileInfo image (any one is required)

- long media_id (any one is required)

- bool tile (optional)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user object.

◆ UpdateProfileBackgroundImageAsync() [8/8]

Task<UserResponse> CoreTweet.Rest.Account.UpdateProfileBackgroundImageAsync ( Stream  image,
bool?  tile = null,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Updates the authenticating user’s profile background image.

Although each parameter is marked as optional, at least one of image or media_id must be provided when making this request.

Parameters
imageany one is required.
tileoptional.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The user object.

◆ UpdateProfileBanner() [1/7]

void CoreTweet.Rest.Account.UpdateProfileBanner ( FileInfo  image,
string  width = null,
string  height = null,
string  offset_left = null,
string  offset_top = null 
)
inline

Uploads a profile banner on behalf of the authenticating user.

Parameters
imageany one is required.
widthoptional.
heightoptional.
offset_leftoptional.
offset_topoptional.
Returns

◆ UpdateProfileBanner() [2/7]

void CoreTweet.Rest.Account.UpdateProfileBanner ( IDictionary< string, object >  parameters)
inline

Uploads a profile banner on behalf of the authenticating user.

Available parameters:

- Stream image (any one is required)

- IEnumerable<byte> image (any one is required)

- FileInfo image (any one is required)

- string banner (any one is required)

- string width (optional)

- string height (optional)

- string offset_left (optional)

- string offset_top (optional)

Parameters
parametersThe parameters.
Returns

◆ UpdateProfileBanner() [3/7]

void CoreTweet.Rest.Account.UpdateProfileBanner ( IEnumerable< byte >  image,
string  width = null,
string  height = null,
string  offset_left = null,
string  offset_top = null 
)
inline

Uploads a profile banner on behalf of the authenticating user.

Parameters
imageany one is required.
widthoptional.
heightoptional.
offset_leftoptional.
offset_topoptional.
Returns

◆ UpdateProfileBanner() [4/7]

void CoreTweet.Rest.Account.UpdateProfileBanner ( object  parameters)
inline

Uploads a profile banner on behalf of the authenticating user.

Available parameters:

- Stream image (any one is required)

- IEnumerable<byte> image (any one is required)

- FileInfo image (any one is required)

- string banner (any one is required)

- string width (optional)

- string height (optional)

- string offset_left (optional)

- string offset_top (optional)

Parameters
parametersThe parameters.
Returns

◆ UpdateProfileBanner() [5/7]

void CoreTweet.Rest.Account.UpdateProfileBanner ( params Expression< Func< string, object >>[]  parameters)
inline

Uploads a profile banner on behalf of the authenticating user.

Available parameters:

- Stream image (any one is required)

- IEnumerable<byte> image (any one is required)

- FileInfo image (any one is required)

- string banner (any one is required)

- string width (optional)

- string height (optional)

- string offset_left (optional)

- string offset_top (optional)

Parameters
parametersThe parameters.
Returns

◆ UpdateProfileBanner() [6/7]

void CoreTweet.Rest.Account.UpdateProfileBanner ( Stream  image,
string  width = null,
string  height = null,
string  offset_left = null,
string  offset_top = null 
)
inline

Uploads a profile banner on behalf of the authenticating user.

Parameters
imageany one is required.
widthoptional.
heightoptional.
offset_leftoptional.
offset_topoptional.
Returns

◆ UpdateProfileBanner() [7/7]

void CoreTweet.Rest.Account.UpdateProfileBanner ( string  banner,
string  width = null,
string  height = null,
string  offset_left = null,
string  offset_top = null 
)
inline

Uploads a profile banner on behalf of the authenticating user.

Parameters
bannerany one is required.
widthoptional.
heightoptional.
offset_leftoptional.
offset_topoptional.
Returns

◆ UpdateProfileBannerAsync() [1/7]

Task CoreTweet.Rest.Account.UpdateProfileBannerAsync ( FileInfo  image,
string  width = null,
string  height = null,
string  offset_left = null,
string  offset_top = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Uploads a profile banner on behalf of the authenticating user.

Parameters
imageany one is required.
widthoptional.
heightoptional.
offset_leftoptional.
offset_topoptional.
cancellationTokenThe cancellation token.
Returns

◆ UpdateProfileBannerAsync() [2/7]

Task CoreTweet.Rest.Account.UpdateProfileBannerAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Uploads a profile banner on behalf of the authenticating user.

Available parameters:

- Stream image (any one is required)

- IEnumerable<byte> image (any one is required)

- FileInfo image (any one is required)

- string banner (any one is required)

- string width (optional)

- string height (optional)

- string offset_left (optional)

- string offset_top (optional)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ UpdateProfileBannerAsync() [3/7]

Task CoreTweet.Rest.Account.UpdateProfileBannerAsync ( IEnumerable< byte >  image,
string  width = null,
string  height = null,
string  offset_left = null,
string  offset_top = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Uploads a profile banner on behalf of the authenticating user.

Parameters
imageany one is required.
widthoptional.
heightoptional.
offset_leftoptional.
offset_topoptional.
cancellationTokenThe cancellation token.
Returns

◆ UpdateProfileBannerAsync() [4/7]

Task CoreTweet.Rest.Account.UpdateProfileBannerAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Uploads a profile banner on behalf of the authenticating user.

Available parameters:

- Stream image (any one is required)

- IEnumerable<byte> image (any one is required)

- FileInfo image (any one is required)

- string banner (any one is required)

- string width (optional)

- string height (optional)

- string offset_left (optional)

- string offset_top (optional)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns

◆ UpdateProfileBannerAsync() [5/7]

Task CoreTweet.Rest.Account.UpdateProfileBannerAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Uploads a profile banner on behalf of the authenticating user.

Available parameters:

- Stream image (any one is required)

- IEnumerable<byte> image (any one is required)

- FileInfo image (any one is required)

- string banner (any one is required)

- string width (optional)

- string height (optional)

- string offset_left (optional)

- string offset_top (optional)

Parameters
parametersThe parameters.
Returns

◆ UpdateProfileBannerAsync() [6/7]

Task CoreTweet.Rest.Account.UpdateProfileBannerAsync ( Stream  image,
string  width = null,
string  height = null,
string  offset_left = null,
string  offset_top = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Uploads a profile banner on behalf of the authenticating user.

Parameters
imageany one is required.
widthoptional.
heightoptional.
offset_leftoptional.
offset_topoptional.
cancellationTokenThe cancellation token.
Returns

◆ UpdateProfileBannerAsync() [7/7]

Task CoreTweet.Rest.Account.UpdateProfileBannerAsync ( string  banner,
string  width = null,
string  height = null,
string  offset_left = null,
string  offset_top = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Uploads a profile banner on behalf of the authenticating user.

Parameters
bannerany one is required.
widthoptional.
heightoptional.
offset_leftoptional.
offset_topoptional.
cancellationTokenThe cancellation token.
Returns

◆ UpdateProfileImage() [1/6]

UserResponse CoreTweet.Rest.Account.UpdateProfileImage ( FileInfo  image,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Updates the authenticating user's profile image.

Parameters
imageany one is required.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The user object.

◆ UpdateProfileImage() [2/6]

UserResponse CoreTweet.Rest.Account.UpdateProfileImage ( IDictionary< string, object >  parameters)
inline

Updates the authenticating user's profile image.

Available parameters:

- Stream image (any one is required)

- IEnumerable<byte> image (any one is required)

- FileInfo image (any one is required)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user object.

◆ UpdateProfileImage() [3/6]

UserResponse CoreTweet.Rest.Account.UpdateProfileImage ( IEnumerable< byte >  image,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Updates the authenticating user's profile image.

Parameters
imageany one is required.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The user object.

◆ UpdateProfileImage() [4/6]

UserResponse CoreTweet.Rest.Account.UpdateProfileImage ( object  parameters)
inline

Updates the authenticating user's profile image.

Available parameters:

- Stream image (any one is required)

- IEnumerable<byte> image (any one is required)

- FileInfo image (any one is required)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user object.

◆ UpdateProfileImage() [5/6]

UserResponse CoreTweet.Rest.Account.UpdateProfileImage ( params Expression< Func< string, object >>[]  parameters)
inline

Updates the authenticating user's profile image.

Available parameters:

- Stream image (any one is required)

- IEnumerable<byte> image (any one is required)

- FileInfo image (any one is required)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user object.

◆ UpdateProfileImage() [6/6]

UserResponse CoreTweet.Rest.Account.UpdateProfileImage ( Stream  image,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Updates the authenticating user's profile image.

Parameters
imageany one is required.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The user object.

◆ UpdateProfileImageAsync() [1/6]

Task<UserResponse> CoreTweet.Rest.Account.UpdateProfileImageAsync ( FileInfo  image,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Updates the authenticating user's profile image.

Parameters
imageany one is required.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The user object.

◆ UpdateProfileImageAsync() [2/6]

Task<UserResponse> CoreTweet.Rest.Account.UpdateProfileImageAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Updates the authenticating user's profile image.

Available parameters:

- Stream image (any one is required)

- IEnumerable<byte> image (any one is required)

- FileInfo image (any one is required)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The user object.

◆ UpdateProfileImageAsync() [3/6]

Task<UserResponse> CoreTweet.Rest.Account.UpdateProfileImageAsync ( IEnumerable< byte >  image,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Updates the authenticating user's profile image.

Parameters
imageany one is required.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The user object.

◆ UpdateProfileImageAsync() [4/6]

Task<UserResponse> CoreTweet.Rest.Account.UpdateProfileImageAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Updates the authenticating user's profile image.

Available parameters:

- Stream image (any one is required)

- IEnumerable<byte> image (any one is required)

- FileInfo image (any one is required)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The user object.

◆ UpdateProfileImageAsync() [5/6]

Task<UserResponse> CoreTweet.Rest.Account.UpdateProfileImageAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Updates the authenticating user's profile image.

Available parameters:

- Stream image (any one is required)

- IEnumerable<byte> image (any one is required)

- FileInfo image (any one is required)

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user object.

◆ UpdateProfileImageAsync() [6/6]

Task<UserResponse> CoreTweet.Rest.Account.UpdateProfileImageAsync ( Stream  image,
bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Updates the authenticating user's profile image.

Parameters
imageany one is required.
include_entitiesoptional.
skip_statusoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The user object.

◆ VerifyCredentials() [1/4]

UserResponse CoreTweet.Rest.Account.VerifyCredentials ( bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_email = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null 
)
inline

Returns a representation of the requesting user if authentication was successful.

Parameters
include_entitiesoptional.
skip_statusoptional.
include_emailoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
Returns
The user object.

◆ VerifyCredentials() [2/4]

UserResponse CoreTweet.Rest.Account.VerifyCredentials ( IDictionary< string, object >  parameters)
inline

Returns a representation of the requesting user if authentication was successful.

Available parameters:

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_email (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user object.

◆ VerifyCredentials() [3/4]

UserResponse CoreTweet.Rest.Account.VerifyCredentials ( object  parameters)
inline

Returns a representation of the requesting user if authentication was successful.

Available parameters:

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_email (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user object.

◆ VerifyCredentials() [4/4]

UserResponse CoreTweet.Rest.Account.VerifyCredentials ( params Expression< Func< string, object >>[]  parameters)
inline

Returns a representation of the requesting user if authentication was successful.

Available parameters:

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_email (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user object.

◆ VerifyCredentialsAsync() [1/4]

Task<UserResponse> CoreTweet.Rest.Account.VerifyCredentialsAsync ( bool?  include_entities = null,
bool?  skip_status = null,
bool?  include_email = null,
bool?  include_ext_alt_text = null,
TweetMode tweet_mode = null,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns a representation of the requesting user if authentication was successful.

Parameters
include_entitiesoptional.
skip_statusoptional.
include_emailoptional.
include_ext_alt_textoptional.
tweet_modeoptional.
cancellationTokenThe cancellation token.
Returns
The user object.

◆ VerifyCredentialsAsync() [2/4]

Task<UserResponse> CoreTweet.Rest.Account.VerifyCredentialsAsync ( IDictionary< string, object >  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns a representation of the requesting user if authentication was successful.

Available parameters:

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_email (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The user object.

◆ VerifyCredentialsAsync() [3/4]

Task<UserResponse> CoreTweet.Rest.Account.VerifyCredentialsAsync ( object  parameters,
CancellationToken  cancellationToken = default(CancellationToken) 
)
inline

Returns a representation of the requesting user if authentication was successful.

Available parameters:

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_email (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
cancellationTokenThe cancellation token.
Returns
The user object.

◆ VerifyCredentialsAsync() [4/4]

Task<UserResponse> CoreTweet.Rest.Account.VerifyCredentialsAsync ( params Expression< Func< string, object >>[]  parameters)
inline

Returns a representation of the requesting user if authentication was successful.

Available parameters:

- bool include_entities (optional)

- bool skip_status (optional)

- bool include_email (optional)

- bool include_ext_alt_text (optional)

- TweetMode tweet_mode (optional)

Parameters
parametersThe parameters.
Returns
The user object.

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