Open PenguinOfTheSky opened 3 years ago
Tried using sticker builder from the example to see if that would help but that didn't show up at all... though one of the comments suggests maybe it's supposed to be invisible? though if it's invisible i'm not sure what the point is of it....
{
video: await readFileAsync(__dirname+'/public/images/' + msg.video),
coverImage: await readFileAsync(__dirname+'/public/images/' + msg.cover),
caption: msg.caption || '',
stickerConfig: new StickerBuilder()
.add(
StickerBuilder.question({
question: msg.poll,
}).scale(0.5),
)
.build()
//poll: msg.poll || ''
}
@PenguinOfTheSky also running into the invisible issue. Not sure how to get around it just yet
https://github.com/dilame/instagram-private-api/issues/1058#issuecomment-578230240
You need another image library to actually edit the image so to put the sticker (which you need to figure out what it looks like) on it.
@austinhuang0131 thanks! I did end up figuring that out. For anyone who runs into this I solved my problem using ffmpeg
Story poll generated poorly-formatted answer options (half off screen), and the actual question didn't show up at all. Can anyone give me a tip on waht i'm doing wrong?