C# Class SanderVantEinde.TelegramBot.TelegramBotReply

Mostrar archivo Open project: sandervanteinde/TelegramBot Class Usage Examples

Public Methods

Method Description
HandleReply ( TelegramBot bot ) : Task
QueueReply ( TelegramBot bot ) : void
TelegramBotReply ( int chatId ) : Newtonsoft.Json

Protected Methods

Method Description
GetDefaultResponse ( ) : string>>.List
SendReply ( TelegramBot bot ) : Task

Method Details

GetDefaultResponse() protected method

protected GetDefaultResponse ( ) : string>>.List
return string>>.List

HandleReply() public method

public HandleReply ( TelegramBot bot ) : Task
bot TelegramBot
return Task

QueueReply() public method

public QueueReply ( TelegramBot bot ) : void
bot TelegramBot
return void

SendReply() protected abstract method

protected abstract SendReply ( TelegramBot bot ) : Task
bot TelegramBot
return Task

TelegramBotReply() public method

public TelegramBotReply ( int chatId ) : Newtonsoft.Json
chatId int
return Newtonsoft.Json