C# Class SanderVantEinde.TelegramBot.ReplyVideo

Inheritance: TelegramBotReplyWithFile
Mostrar archivo Open project: sandervanteinde/TelegramBot

Public Methods

Method Description
ReplyVideo ( int chatId, Stream video, string fileName ) : System
ReplyVideo ( int chatId, string videoId ) : System

Protected Methods

Method Description
SendReply ( TelegramBot bot ) : Task

Method Details

ReplyVideo() public method

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

ReplyVideo() public method

public ReplyVideo ( int chatId, string videoId ) : System
chatId int
videoId string
return System

SendReply() protected method

protected SendReply ( TelegramBot bot ) : Task
bot TelegramBot
return Task