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

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

공개 메소드들

메소드 설명
DestroyDirectMessageAsync ( this credential, long id ) : Task
GetDirectMessagesAsync ( this credential, int count = null, long sinceId = null, long maxId = null ) : Task>
GetSentDirectMessagesAsync ( this credential, int count = null, long sinceId = null, long maxId = null, int page = null ) : Task>
SendDirectMessageAsync ( this credential, long recipientUserId, string text ) : Task
SendDirectMessageAsync ( this credential, string recipientUserScreenName, string text ) : Task
ShowDirectMessageAsync ( this credential, long id ) : Task

비공개 메소드들

메소드 설명
SendDirectMessageCoreAsync ( IOAuthCredential credential, long recipientUserId, string recipientScreenName, string text ) : Task

메소드 상세

DestroyDirectMessageAsync() 공개 정적인 메소드

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

GetDirectMessagesAsync() 공개 정적인 메소드

public static GetDirectMessagesAsync ( this credential, int count = null, long sinceId = null, long maxId = null ) : Task>
credential this
count int
sinceId long
maxId long
리턴 Task>

GetSentDirectMessagesAsync() 공개 정적인 메소드

public static GetSentDirectMessagesAsync ( this credential, int count = null, long sinceId = null, long maxId = null, int page = null ) : Task>
credential this
count int
sinceId long
maxId long
page int
리턴 Task>

SendDirectMessageAsync() 공개 정적인 메소드

public static SendDirectMessageAsync ( this credential, long recipientUserId, string text ) : Task
credential this
recipientUserId long
text string
리턴 Task

SendDirectMessageAsync() 공개 정적인 메소드

public static SendDirectMessageAsync ( this credential, string recipientUserScreenName, string text ) : Task
credential this
recipientUserScreenName string
text string
리턴 Task

ShowDirectMessageAsync() 공개 정적인 메소드

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