C# Class SanderVantEinde.TelegramBot.ReplyStatus

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

Méthodes publiques

Méthode Description
HandleReply ( TelegramBot bot ) : Task

Méthodes protégées

Méthode Description
ReplyStatus ( int chatId, ActionTypes type ) : System
SendReply ( TelegramBot bot ) : Task

Method Details

HandleReply() public méthode

public HandleReply ( TelegramBot bot ) : Task
bot TelegramBot
Résultat Task

ReplyStatus() protected méthode

protected ReplyStatus ( int chatId, ActionTypes type ) : System
chatId int
type ActionTypes
Résultat System

SendReply() protected méthode

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