C# Class Utility.SentTells

A Function which returns all of the messages that the user has sent, that have yet to be received.
Inheritance: MBFunctionInterface.Function
Datei anzeigen Open project: MatthewCox/MoronBot

Public Methods

Method Description
GetResponse ( BotMessage message ) : List
SentTells ( ) : System.Collections.Generic

Method Details

GetResponse() public method

public GetResponse ( BotMessage message ) : List
message MBFunctionInterface.BotMessage
return List

SentTells() public method

public SentTells ( ) : System.Collections.Generic
return System.Collections.Generic