C# Class SanderVantEinde.TelegramBot.ReplyVideo

Inheritance: TelegramBotReplyWithFile
Afficher le fichier Open project: sandervanteinde/TelegramBot

Méthodes publiques

Méthode Description
ReplyVideo ( int chatId, Stream video, string fileName ) : System
ReplyVideo ( int chatId, string videoId ) : System

Méthodes protégées

Méthode Description
SendReply ( TelegramBot bot ) : Task

Method Details

ReplyVideo() public méthode

public ReplyVideo ( int chatId, Stream video, string fileName ) : System
chatId int
video Stream
fileName string
Résultat System

ReplyVideo() public méthode

public ReplyVideo ( int chatId, string videoId ) : System
chatId int
videoId string
Résultat System

SendReply() protected méthode

protected SendReply ( TelegramBot bot ) : Task
bot TelegramBot
Résultat Task