C# Class SanderVantEinde.TelegramBot.TemplateMessageHandlerAsync

Inheritance: TemplateMessageHandler
Afficher le fichier Open project: sandervanteinde/TelegramBot

Méthodes protégées

Méthode Description
HandleMessage ( TelegramBot bot, Message m, MessageHandlerType type ) : TelegramBotReply
HandleMessageAsync ( TelegramBot bot, Message m, MessageHandlerType type ) : Task

Private Methods

Méthode Description
HandleMessages ( TelegramBot bot, Message m, MessageHandlerType type ) : Task

Method Details

HandleMessage() protected final méthode

protected final HandleMessage ( TelegramBot bot, Message m, MessageHandlerType type ) : TelegramBotReply
bot TelegramBot
m Message
type MessageHandlerType
Résultat TelegramBotReply

HandleMessageAsync() protected abstract méthode

protected abstract HandleMessageAsync ( TelegramBot bot, Message m, MessageHandlerType type ) : Task
bot TelegramBot
m Message
type MessageHandlerType
Résultat Task