C# 클래스 SanderVantEinde.TelegramBot.ReplyMessage

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

보호된 메소드들

메소드 설명
ReplyMessage ( int chatId, string text = null ) : Newtonsoft.Json
SendReply ( TelegramBot bot ) : Task

메소드 상세

ReplyMessage() 보호된 메소드

protected ReplyMessage ( int chatId, string text = null ) : Newtonsoft.Json
chatId int
text string
리턴 Newtonsoft.Json

SendReply() 보호된 메소드

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