C# 클래스 SanderVantEinde.TelegramBot.ReplyAudio

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

공개 메소드들

메소드 설명
ReplyAudio ( int chatId, Stream audioFile, string fileName ) : System
ReplyAudio ( int chatId, string audioID ) : System

보호된 메소드들

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

메소드 상세

ReplyAudio() 공개 메소드

public ReplyAudio ( int chatId, Stream audioFile, string fileName ) : System
chatId int
audioFile Stream
fileName string
리턴 System

ReplyAudio() 공개 메소드

public ReplyAudio ( int chatId, string audioID ) : System
chatId int
audioID string
리턴 System

SendReply() 보호된 메소드

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