C# Class WykopSharpClient.Repository.ConversationRepository

Inheritance: AbstractRepository, IConversationRepository
ファイルを表示 Open project: adiospl/WykopSharp

Public Methods

Method Description
ConversationRepository ( WykopSharpClient client ) : System
Delete ( string username ) : Task
List ( ) : Task>
Send ( string username, string body, ByteFile file ) : Task
Send ( string username, string body, string embed = null ) : Task
Show ( string username ) : Task>

Method Details

ConversationRepository() public method

public ConversationRepository ( WykopSharpClient client ) : System
client WykopSharpClient
return System

Delete() public method

public Delete ( string username ) : Task
username string
return Task

List() public method

public List ( ) : Task>
return Task>

Send() public method

public Send ( string username, string body, ByteFile file ) : Task
username string
body string
file WykopSharp.ByteFile
return Task

Send() public method

public Send ( string username, string body, string embed = null ) : Task
username string
body string
embed string
return Task

Show() public method

public Show ( string username ) : Task>
username string
return Task>