mullwar / telebot

The easy way to write Telegram bots in Node.js
https://www.npmjs.com/package/telebot
MIT License
1.48k stars 270 forks source link

Send media group error #178

Closed SunTrustDev closed 4 years ago

SunTrustDev commented 4 years ago

This PR fixes the error 'Bad Request: expected Array of InputMedia' when using the sendMediaGroup method.

I added a test for it in the test cases.