Method | Description | |
---|---|---|
ReplyAudio ( int chatId, Stream audioFile, string fileName ) : System | ||
ReplyAudio ( int chatId, string audioID ) : System |
Method | Description | |
---|---|---|
SendReply ( |
public ReplyAudio ( int chatId, Stream audioFile, string fileName ) : System | ||
chatId | int | |
audioFile | Stream | |
fileName | string | |
return | System |
public ReplyAudio ( int chatId, string audioID ) : System | ||
chatId | int | |
audioID | string | |
return | System |
protected SendReply ( |
||
bot | ||
return | Task |