C# 클래스 SanderVantEinde.TelegramBot.ReplyVideo

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

공개 메소드들

메소드 설명
ReplyVideo ( int chatId, Stream video, string fileName ) : System
ReplyVideo ( int chatId, string videoId ) : System

보호된 메소드들

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

메소드 상세

ReplyVideo() 공개 메소드

public ReplyVideo ( int chatId, Stream video, string fileName ) : System
chatId int
video Stream
fileName string
리턴 System

ReplyVideo() 공개 메소드

public ReplyVideo ( int chatId, string videoId ) : System
chatId int
videoId string
리턴 System

SendReply() 보호된 메소드

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