Méthode | Description | |
---|---|---|
DestroyAsync ( this credential, long id ) : Task |
||
GetMyRetweetIdOfStatusAsync ( this credential, long id ) : Task |
||
GetRetweeterIdsAsync ( this credential, long id, long cursor = -1 ) : Task |
||
GetRetweetsAsync ( this credential, long id, int count = null ) : Task |
||
RetweetAsync ( this credential, long id ) : Task |
||
ShowTweetAsync ( this credential, long id ) : Task |
||
UpdateAsync ( this credential, string status, long inReplyToStatusId = null, double>.Tuple |
||
UploadMediaAsync ( this credential, byte image ) : Task |
public static DestroyAsync ( this credential, long id ) : Task |
||
credential | this | |
id | long | |
Résultat | Task |
public static GetMyRetweetIdOfStatusAsync ( this credential, long id ) : Task |
||
credential | this | |
id | long | |
Résultat | Task |
public static GetRetweeterIdsAsync ( this credential, long id, long cursor = -1 ) : Task |
||
credential | this | |
id | long | |
cursor | long | |
Résultat | Task |
public static GetRetweetsAsync ( this credential, long id, int count = null ) : Task |
||
credential | this | |
id | long | |
count | int | |
Résultat | Task |
public static RetweetAsync ( this credential, long id ) : Task |
||
credential | this | |
id | long | |
Résultat | Task |
public static ShowTweetAsync ( this credential, long id ) : Task |
||
credential | this | |
id | long | |
Résultat | Task |
public static UpdateAsync ( this credential, string status, long inReplyToStatusId = null, double>.Tuple |
||
credential | this | |
status | string | |
inReplyToStatusId | long | |
geoLatLong | double>.Tuple | |
placeId | string | |
displayCoordinates | bool | |
mediaIds | long | |
Résultat | Task |
public static UploadMediaAsync ( this credential, byte image ) : Task |
||
credential | this | |
image | byte | |
Résultat | Task |