C# Class SanderVantEinde.TelegramBot.TelegramBotReply

Afficher le fichier Open project: sandervanteinde/TelegramBot Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetDefaultResponse ( ) : string>>.List
SendReply ( TelegramBot bot ) : Task

Method Details

GetDefaultResponse() protected méthode

protected GetDefaultResponse ( ) : string>>.List
Résultat string>>.List

HandleReply() public méthode

public HandleReply ( TelegramBot bot ) : Task
bot TelegramBot
Résultat Task

QueueReply() public méthode

public QueueReply ( TelegramBot bot ) : void
bot TelegramBot
Résultat void

SendReply() protected abstract méthode

protected abstract SendReply ( TelegramBot bot ) : Task
bot TelegramBot
Résultat Task

TelegramBotReply() public méthode

public TelegramBotReply ( int chatId ) : Newtonsoft.Json
chatId int
Résultat Newtonsoft.Json