C# Class SanderVantEinde.TelegramBot.ReplyMessage

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

Méthodes protégées

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

Method Details

ReplyMessage() protected méthode

protected ReplyMessage ( int chatId, string text = null ) : Newtonsoft.Json
chatId int
text string
Résultat Newtonsoft.Json

SendReply() protected méthode

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