메소드 | 설명 | |
---|---|---|
BlockConversationSenderAsync ( string username ) : Task |
Block the user from sending messages to the user that is logged in.
|
|
ConversationEndpoint ( Imgur imgurClient ) : System |
|
|
CreateConversationAsync ( string recipientUsername, string messageBody ) : Task |
Create a new conversation
|
|
DeleteConversationAsync ( int id ) : Task |
Delete a conversation
|
|
GetConversationAsync ( int id ) : Task |
Get list of all conversations for the authenticated in user
|
|
GetConversationListAsync ( ) : Task |
Get list of all conversations for the authenticated in user
|
|
ReportConversationSenderAsync ( string username ) : Task |
Report a user for sending messages that are against the Terms of Service.
|
public BlockConversationSenderAsync ( string username ) : Task |
||
username | string | The username of the person to block |
리턴 | Task |
public ConversationEndpoint ( Imgur imgurClient ) : System | ||
imgurClient | Imgur | |
리턴 | System |
public CreateConversationAsync ( string recipientUsername, string messageBody ) : Task |
||
recipientUsername | string | The username of the recipient |
messageBody | string | The body of the message |
리턴 | Task |
public DeleteConversationAsync ( int id ) : Task |
||
id | int | The Id of the conversation |
리턴 | Task |
public GetConversationAsync ( int id ) : Task |
||
id | int | The Id of the conversation |
리턴 | Task |
public ReportConversationSenderAsync ( string username ) : Task |
||
username | string | The username of the sender |
리턴 | Task |