C# Class SanderVantEinde.TelegramBot.ReplyHandlerAsync

Inheritance: ReplyHandler
Mostrar archivo Open project: sandervanteinde/TelegramBot

Public Methods

Method Description
HandleReply ( TelegramBot bot, Message m ) : void
HandleReplyAsync ( TelegramBot bot, Message m ) : System.Threading.Tasks.Task
ReplyHandlerAsync ( ) : Newtonsoft.Json

Method Details

HandleReply() public final method

public final HandleReply ( TelegramBot bot, Message m ) : void
bot TelegramBot
m Message
return void

HandleReplyAsync() public abstract method

public abstract HandleReplyAsync ( TelegramBot bot, Message m ) : System.Threading.Tasks.Task
bot TelegramBot
m Message
return System.Threading.Tasks.Task

ReplyHandlerAsync() public method

public ReplyHandlerAsync ( ) : Newtonsoft.Json
return Newtonsoft.Json