C# Class SanderVantEinde.TelegramBot.ReplyStatus

Inheritance: TelegramBotReply
Mostrar archivo Open project: sandervanteinde/TelegramBot

Public Methods

Method Description
HandleReply ( TelegramBot bot ) : Task

Protected Methods

Method Description
ReplyStatus ( int chatId, ActionTypes type ) : System
SendReply ( TelegramBot bot ) : Task

Method Details

HandleReply() public method

public HandleReply ( TelegramBot bot ) : Task
bot TelegramBot
return Task

ReplyStatus() protected method

protected ReplyStatus ( int chatId, ActionTypes type ) : System
chatId int
type ActionTypes
return System

SendReply() protected method

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