Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
SendDirectMessageCoreAsync ( IOAuthCredential credential, long recipientUserId, string recipientScreenName, string text ) : Task |
public static DestroyDirectMessageAsync ( this credential, long id ) : Task |
||
credential | this | |
id | long | |
return | Task |
public static GetDirectMessagesAsync ( this credential, int count = null, long sinceId = null, long maxId = null ) : Task |
||
credential | this | |
count | int | |
sinceId | long | |
maxId | long | |
return | Task |
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 | |
return | Task |
public static SendDirectMessageAsync ( this credential, long recipientUserId, string text ) : Task |
||
credential | this | |
recipientUserId | long | |
text | string | |
return | Task |
public static SendDirectMessageAsync ( this credential, string recipientUserScreenName, string text ) : Task |
||
credential | this | |
recipientUserScreenName | string | |
text | string | |
return | Task |
public static ShowDirectMessageAsync ( this credential, long id ) : Task |
||
credential | this | |
id | long | |
return | Task |