C# Class SanderVantEinde.TelegramBot.ReplyAudio

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

Méthodes publiques

Méthode Description
ReplyAudio ( int chatId, Stream audioFile, string fileName ) : System
ReplyAudio ( int chatId, string audioID ) : System

Méthodes protégées

Méthode Description
SendReply ( TelegramBot bot ) : Task

Method Details

ReplyAudio() public méthode

public ReplyAudio ( int chatId, Stream audioFile, string fileName ) : System
chatId int
audioFile Stream
fileName string
Résultat System

ReplyAudio() public méthode

public ReplyAudio ( int chatId, string audioID ) : System
chatId int
audioID string
Résultat System

SendReply() protected méthode

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