C# 클래스 SanderVantEinde.TelegramBot.TelegramBotReply

파일 보기 프로젝트 열기: sandervanteinde/TelegramBot 1 사용 예제들

공개 메소드들

메소드 설명
HandleReply ( TelegramBot bot ) : Task
QueueReply ( TelegramBot bot ) : void
TelegramBotReply ( int chatId ) : Newtonsoft.Json

보호된 메소드들

메소드 설명
GetDefaultResponse ( ) : string>>.List
SendReply ( TelegramBot bot ) : Task

메소드 상세

GetDefaultResponse() 보호된 메소드

protected GetDefaultResponse ( ) : string>>.List
리턴 string>>.List

HandleReply() 공개 메소드

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

QueueReply() 공개 메소드

public QueueReply ( TelegramBot bot ) : void
bot TelegramBot
리턴 void

SendReply() 보호된 추상적인 메소드

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

TelegramBotReply() 공개 메소드

public TelegramBotReply ( int chatId ) : Newtonsoft.Json
chatId int
리턴 Newtonsoft.Json