C# Class SanderVantEinde.TelegramBot.ReplyMessage

Inheritance: TelegramBotReply
Mostrar archivo Open project: sandervanteinde/TelegramBot Class Usage Examples

Protected Methods

Method Description
ReplyMessage ( int chatId, string text = null ) : Newtonsoft.Json
SendReply ( TelegramBot bot ) : Task

Method Details

ReplyMessage() protected method

protected ReplyMessage ( int chatId, string text = null ) : Newtonsoft.Json
chatId int
text string
return Newtonsoft.Json

SendReply() protected method

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