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

显示文件 Open project: karno/StarryEyes

Public Methods

Method 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 method

public static DestroyAsync ( this credential, long id ) : Task
credential this
id long
return Task

GetMyRetweetIdOfStatusAsync() public static method

public static GetMyRetweetIdOfStatusAsync ( this credential, long id ) : Task
credential this
id long
return Task

GetRetweeterIdsAsync() public static method

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

GetRetweetsAsync() public static method

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

RetweetAsync() public static method

public static RetweetAsync ( this credential, long id ) : Task
credential this
id long
return Task

ShowTweetAsync() public static method

public static ShowTweetAsync ( this credential, long id ) : Task
credential this
id long
return Task

UpdateAsync() public static method

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
return Task

UploadMediaAsync() public static method

public static UploadMediaAsync ( this credential, byte image ) : Task
credential this
image byte
return Task