C# 클래스 StarryEyes.Anomaly.TwitterApi.Rest.Tweets

파일 보기 프로젝트 열기: karno/StarryEyes

공개 메소드들

메소드 설명
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

메소드 상세

DestroyAsync() 공개 정적인 메소드

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

GetMyRetweetIdOfStatusAsync() 공개 정적인 메소드

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

GetRetweeterIdsAsync() 공개 정적인 메소드

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

GetRetweetsAsync() 공개 정적인 메소드

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

RetweetAsync() 공개 정적인 메소드

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

ShowTweetAsync() 공개 정적인 메소드

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

UpdateAsync() 공개 정적인 메소드

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
리턴 Task

UploadMediaAsync() 공개 정적인 메소드

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