C# Класс StarryEyes.Anomaly.TwitterApi.Rest.Tweets

Показать файл Открыть проект

Открытые методы

Метод Описание
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