C# Class qtbot.Modules.MultipleSelector.MultiSelector

Show file Open project: stepperman/HB-Discord-Bot

Public Properties

Property Type Description
canRespond bool
currentPage byte
messagesToDelete List
neededPages byte
respondAction Func

Public Methods

Method Description
AddDeleteMessage ( IMessage msg ) : void
GetResponse ( ) : Func
GetUser ( ) : IGuildUser
ReturnAction ( ) : object>.Func
SetResponse ( Func a ) : void

Method Details

AddDeleteMessage() public abstract method

public abstract AddDeleteMessage ( IMessage msg ) : void
msg IMessage
return void

GetResponse() public abstract method

public abstract GetResponse ( ) : Func
return Func

GetUser() public abstract method

public abstract GetUser ( ) : IGuildUser
return IGuildUser

ReturnAction() public abstract method

public abstract ReturnAction ( ) : object>.Func
return object>.Func

SetResponse() public abstract method

public abstract SetResponse ( Func a ) : void
a Func
return void

Property Details

canRespond public property

public bool canRespond
return bool

currentPage public property

public byte currentPage
return byte

messagesToDelete public property

public List messagesToDelete
return List

neededPages public property

public byte neededPages
return byte

respondAction public property

public Func respondAction
return Func