C# 클래스 SanderVantEinde.TelegramBot.ReplyStatus

상속: TelegramBotReply
파일 보기 프로젝트 열기: sandervanteinde/TelegramBot

공개 메소드들

메소드 설명
HandleReply ( TelegramBot bot ) : Task

보호된 메소드들

메소드 설명
ReplyStatus ( int chatId, ActionTypes type ) : System
SendReply ( TelegramBot bot ) : Task

메소드 상세

HandleReply() 공개 메소드

public HandleReply ( TelegramBot bot ) : Task
bot TelegramBot
리턴 Task

ReplyStatus() 보호된 메소드

protected ReplyStatus ( int chatId, ActionTypes type ) : System
chatId int
type ActionTypes
리턴 System

SendReply() 보호된 메소드

protected SendReply ( TelegramBot bot ) : Task
bot TelegramBot
리턴 Task