C# 클래스 SanderVantEinde.TelegramBot.ReplyPhoto

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

공개 메소드들

메소드 설명
ReplyPhoto ( int chatId, Stream photo, string fileName ) : System
ReplyPhoto ( int chatId, string photoId ) : System

보호된 메소드들

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

메소드 상세

ReplyPhoto() 공개 메소드

public ReplyPhoto ( int chatId, Stream photo, string fileName ) : System
chatId int
photo Stream
fileName string
리턴 System

ReplyPhoto() 공개 메소드

public ReplyPhoto ( int chatId, string photoId ) : System
chatId int
photoId string
리턴 System

SendReply() 보호된 메소드

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