Closed onurcansen closed 3 years ago
I Try this:
Telegram.Bot.Types.File file = await bot.GetFileAsync(e.Message.Voice.FileId); file.
But im stuck here how save this file on my computer ?
https://github.com/TelegramBots/Telegram.Bot/blob/e09ed3f20ba6a1f05ac0ea8c2e3dccc3550a641f/src/Telegram.Bot/TelegramBotClient.cs#L854
@onurcansen take a look at this code this should allow you to download file by fileId to a desired destination.
fileId
Please follow issue template If you want to chat, feel free to join our group.
I Try this:
But im stuck here how save this file on my computer ?