C# 클래스 SanderVantEinde.TelegramBot.TelegramBot

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

Private Properties

프로퍼티 타입 설명
CheckDir void
CheckUpdate Task
GetBot void
GetUpdates Task>
Print void
Run Task
SetupURLs void

공개 메소드들

메소드 설명
AddQueuedMessage ( Task task ) : void
LoggingPathForDate ( ) : string
LoggingPathForDate ( System.DateTime date ) : string
PrintError ( string msg ) : void
PrintNotification ( string msg ) : void
PrintSuccess ( string msg ) : void
PrintWarning ( string msg ) : void
Start ( ) : void
Stop ( ) : void
TelegramBot ( string apikey ) : Newtonsoft.Json

비공개 메소드들

메소드 설명
CheckDir ( ) : void
CheckUpdate ( ) : Task
GetBot ( ) : void
GetUpdates ( ) : Task>
Print ( object msg, ConsoleColor color = ConsoleColor.White ) : void
Run ( ) : Task
SetupURLs ( string apikey ) : void

메소드 상세

AddQueuedMessage() 공개 메소드

public AddQueuedMessage ( Task task ) : void
task Task
리턴 void

LoggingPathForDate() 공개 메소드

public LoggingPathForDate ( ) : string
리턴 string

LoggingPathForDate() 공개 메소드

public LoggingPathForDate ( System.DateTime date ) : string
date System.DateTime
리턴 string

PrintError() 공개 메소드

public PrintError ( string msg ) : void
msg string
리턴 void

PrintNotification() 공개 메소드

public PrintNotification ( string msg ) : void
msg string
리턴 void

PrintSuccess() 공개 메소드

public PrintSuccess ( string msg ) : void
msg string
리턴 void

PrintWarning() 공개 메소드

public PrintWarning ( string msg ) : void
msg string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

TelegramBot() 공개 메소드

public TelegramBot ( string apikey ) : Newtonsoft.Json
apikey string
리턴 Newtonsoft.Json