Vlaidslav

Results 2 issues of Vlaidslav

I want to download a voice message: `bot.on('voice', (msg)=>{ const voiceId = msg.voice.file_id; bot.downloadFile(voiceId,'./').then((resp) => { console.log(resp); }); });` But the downloaded file is empty. Maybe this is due to...

bug
investigate

I try to run test under suite with pflag.Parse, but it finished with error: `unknown shorthand flag: 't' in -testify.m`. How can i fix it?