C# Class StarryEyes.Anomaly.TwitterApi.Rest.Tweets

Afficher le fichier Open project: karno/StarryEyes

Méthodes publiques

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 geoLatLong = null, string placeId = null, bool displayCoordinates = null, long mediaIds = null ) : Task
UploadMediaAsync ( this credential, byte image ) : Task

Method Details

DestroyAsync() public static méthode

public static DestroyAsync ( this credential, long id ) : Task
credential this
id long
Résultat Task

GetMyRetweetIdOfStatusAsync() public static méthode

public static GetMyRetweetIdOfStatusAsync ( this credential, long id ) : Task
credential this
id long
Résultat Task

GetRetweeterIdsAsync() public static méthode

public static GetRetweeterIdsAsync ( this credential, long id, long cursor = -1 ) : Task>>
credential this
id long
cursor long
Résultat Task>>

GetRetweetsAsync() public static méthode

public static GetRetweetsAsync ( this credential, long id, int count = null ) : Task>
credential this
id long
count int
Résultat Task>

RetweetAsync() public static méthode

public static RetweetAsync ( this credential, long id ) : Task
credential this
id long
Résultat Task

ShowTweetAsync() public static méthode

public static ShowTweetAsync ( this credential, long id ) : Task
credential this
id long
Résultat Task

UpdateAsync() public static méthode

public static UpdateAsync ( this credential, string status, long inReplyToStatusId = null, double>.Tuple geoLatLong = null, string placeId = null, bool displayCoordinates = null, long mediaIds = null ) : Task
credential this
status string
inReplyToStatusId long
geoLatLong double>.Tuple
placeId string
displayCoordinates bool
mediaIds long
Résultat Task

UploadMediaAsync() public static méthode

public static UploadMediaAsync ( this credential, byte image ) : Task
credential this
image byte
Résultat Task