CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Provides a set of methods for the wrapper of GET/POST account. More...
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< UserResponse > | VerifyCredentialsAsync (params Expression< Func< string, object >>[] parameters) |
Task< UserResponse > | VerifyCredentialsAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | VerifyCredentialsAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | 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)) |
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< Setting > | SettingsAsync (params Expression< Func< string, object >>[] parameters) |
Task< Setting > | SettingsAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Setting > | SettingsAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Setting > | 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)) |
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< UserResponse > | UpdateProfileAsync (params Expression< Func< string, object >>[] parameters) |
Task< UserResponse > | UpdateProfileAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | UpdateProfileAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | 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)) |
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< UserResponse > | UpdateProfileBackgroundImageAsync (params Expression< Func< string, object >>[] parameters) |
Task< UserResponse > | UpdateProfileBackgroundImageAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | UpdateProfileBackgroundImageAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | 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)) |
Task< UserResponse > | 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)) |
Task< UserResponse > | 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)) |
Task< UserResponse > | 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)) |
Task< UserResponse > | 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)) |
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< UserResponse > | UpdateProfileImageAsync (params Expression< Func< string, object >>[] parameters) |
Task< UserResponse > | UpdateProfileImageAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | UpdateProfileImageAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | 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)) |
Task< UserResponse > | 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)) |
Task< UserResponse > | 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)) |
Additional Inherited Members | |
Public Attributes inherited from CoreTweet.Core.ApiProviderBase | |
TokensBase | IncludedTokens => this.Tokens |
Gets the tokens being used in this instance. More... | |
Properties inherited from CoreTweet.Core.ApiProviderBase | |
TokensBase | Tokens [get, set] |
Gets or sets the OAuth tokens. More... | |
Provides a set of methods for the wrapper of GET/POST account.
|
inline |
Removes the uploaded profile banner for the authenticating user.
|
inline |
Removes the uploaded profile banner for the authenticating user.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Removes the uploaded profile banner for the authenticating user.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Removes the uploaded profile banner for the authenticating user.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Removes the uploaded profile banner for the authenticating user.
cancellationToken | The cancellation token. |
|
inline |
Removes the uploaded profile banner for the authenticating user.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Removes the uploaded profile banner for the authenticating user.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Removes the uploaded profile banner for the authenticating user.
Available parameters: Nothing.
parameters | The 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 | The parameters. |
|
inline |
Returns settings (including current trend, geo and sleep time information) for the authenticating user or updates the authenticating user's settings.
trend_location_woeid | optional. |
sleep_time_enabled | optional. |
start_sleep_time | optional. |
end_sleep_time | optional. |
time_zone | optional. |
lang | optional. |
allow_contributor_request | optional. |
current_password | optional. |
allow_dms_from | optional. |
|
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 | The 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 | The 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 | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns settings (including current trend, geo and sleep time information) for the authenticating user or updates the authenticating user's settings.
trend_location_woeid | optional. |
sleep_time_enabled | optional. |
start_sleep_time | optional. |
end_sleep_time | optional. |
time_zone | optional. |
lang | optional. |
allow_contributor_request | optional. |
current_password | optional. |
allow_dms_from | optional. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
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 | The 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 | The 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 | The 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 | The parameters. |
|
inline |
Sets values that users are able to set under the "Account" tab of their settings page.
name | optional. |
url | optional. |
location | optional. |
description | optional. |
profile_link_color | optional. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
|
inline |
Sets values that users are able to set under the "Account" tab of their settings page.
name | optional. |
url | optional. |
location | optional. |
description | optional. |
profile_link_color | optional. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
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.
tile | optional. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
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.
image | any one is required. |
tile | optional. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
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 | The 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.
image | any one is required. |
tile | optional. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
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.
media_id | any one is required. |
tile | optional. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
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 | The 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 | The 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.
image | any one is required. |
tile | optional. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
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.
tile | optional. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
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.
image | any one is required. |
tile | optional. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
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.
image | any one is required. |
tile | optional. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
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.
media_id | any one is required. |
tile | optional. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
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 | The 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.
image | any one is required. |
tile | optional. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Uploads a profile banner on behalf of the authenticating user.
image | any one is required. |
width | optional. |
height | optional. |
offset_left | optional. |
offset_top | optional. |
|
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 | The parameters. |
|
inline |
Uploads a profile banner on behalf of the authenticating user.
image | any one is required. |
width | optional. |
height | optional. |
offset_left | optional. |
offset_top | optional. |
|
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 | The 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 | The parameters. |
|
inline |
Uploads a profile banner on behalf of the authenticating user.
image | any one is required. |
width | optional. |
height | optional. |
offset_left | optional. |
offset_top | optional. |
|
inline |
Uploads a profile banner on behalf of the authenticating user.
banner | any one is required. |
width | optional. |
height | optional. |
offset_left | optional. |
offset_top | optional. |
|
inline |
Uploads a profile banner on behalf of the authenticating user.
image | any one is required. |
width | optional. |
height | optional. |
offset_left | optional. |
offset_top | optional. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Uploads a profile banner on behalf of the authenticating user.
image | any one is required. |
width | optional. |
height | optional. |
offset_left | optional. |
offset_top | optional. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
|
inline |
Uploads a profile banner on behalf of the authenticating user.
image | any one is required. |
width | optional. |
height | optional. |
offset_left | optional. |
offset_top | optional. |
cancellationToken | The cancellation token. |
|
inline |
Uploads a profile banner on behalf of the authenticating user.
banner | any one is required. |
width | optional. |
height | optional. |
offset_left | optional. |
offset_top | optional. |
cancellationToken | The cancellation token. |
|
inline |
Updates the authenticating user's profile image.
image | any one is required. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
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 | The parameters. |
|
inline |
Updates the authenticating user's profile image.
image | any one is required. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
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 | The 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 | The parameters. |
|
inline |
Updates the authenticating user's profile image.
image | any one is required. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Updates the authenticating user's profile image.
image | any one is required. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Updates the authenticating user's profile image.
image | any one is required. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
|
inline |
Updates the authenticating user's profile image.
image | any one is required. |
include_entities | optional. |
skip_status | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns a representation of the requesting user if authentication was successful.
include_entities | optional. |
skip_status | optional. |
include_email | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
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 | The 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 | The 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 | The parameters. |
|
inline |
Returns a representation of the requesting user if authentication was successful.
include_entities | optional. |
skip_status | optional. |
include_email | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |
cancellationToken | The cancellation token. |
|
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 | The parameters. |