C# Class SanderVantEinde.TelegramBot.TemplateMessageHandlerAsync

Inheritance: TemplateMessageHandler
Mostrar archivo Open project: sandervanteinde/TelegramBot

Protected Methods

Method Description
HandleMessage ( TelegramBot bot, Message m, MessageHandlerType type ) : TelegramBotReply
HandleMessageAsync ( TelegramBot bot, Message m, MessageHandlerType type ) : Task

Private Methods

Method Description
HandleMessages ( TelegramBot bot, Message m, MessageHandlerType type ) : Task

Method Details

HandleMessage() protected final method

protected final HandleMessage ( TelegramBot bot, Message m, MessageHandlerType type ) : TelegramBotReply
bot TelegramBot
m Message
type MessageHandlerType
return TelegramBotReply

HandleMessageAsync() protected abstract method

protected abstract HandleMessageAsync ( TelegramBot bot, Message m, MessageHandlerType type ) : Task
bot TelegramBot
m Message
type MessageHandlerType
return Task