C# Class SanderVantEinde.TelegramBot.TelegramConsole

Mostrar archivo Open project: sandervanteinde/TelegramBot

Public Methods

Method Description
RegisterCommand ( string command, ConsoleDebugDel method ) : void

Private Methods

Method Description
Close ( string args ) : void
Help ( string args ) : void
Login ( string args ) : void
Start ( TelegramBot bot ) : void
Stop ( ) : void
TelegramConsole ( ) : System
WaitForInput ( ) : void

Method Details

RegisterCommand() public static method

public static RegisterCommand ( string command, ConsoleDebugDel method ) : void
command string
method ConsoleDebugDel
return void