telebot icon indicating copy to clipboard operation
telebot copied to clipboard

sendMediaGroup Bad Request: expected an Array of InputMedia

Open skvair opened this issue 4 years ago • 1 comments

Help please. What am I doing wrong?

Error: Bad Request: expected an Array of InputMedia

const zz = [ { type: 'photo', media: 'https://web.ru/spec/salon/z1.jpg' }, { type: 'photo', media: 'https://web.ru/spec/salon/z2.jpg' } ] bot.sendMediaGroup( msg.from.id , {mediaList:zz} ).then(function(data){ startgame(msg) }).catch(err => { console.log(err) });

skvair avatar Nov 02 '21 15:11 skvair

Send media group doesn't work. I can confirm.

exander77 avatar Jan 26 '22 20:01 exander77