yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.34k stars 1.52k forks source link

The editMessageMedia method is working a bit wrong #1189

Open Toper9636 opened 5 months ago

Toper9636 commented 5 months ago

Expected Behavior

I expected to be able to change the media in the message using Buffer or Stream

Actual Behavior

I can change media using only file_id/path/url

Steps to reproduce the Behavior

Use TelegramBot#editMessageMedia

In other libraries

I looked in Telegraf and there you can change media using Buffer or Stream

Sp3rick commented 3 months ago

that's true af i found a fix i will try to pull it soon