mrkencable
Results
1
issues of
mrkencable
i am able to successfully SendText and SendVideo, however bot.sendSticker, using the url of a webp file fails: try{ await bot.sendSticker(from, msgUrl); console.log(`sticker sent`); res.status(200).send('Sticker Sent'); }catch(err){ console.log(`get/sendsticker error:`,err); res.status(200).send({message:'Error...
help wanted