yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.48k stars 1.54k forks source link

The editMessageMedia method is working a bit wrong #1189

Open Toper9636 opened 7 months ago

Toper9636 commented 7 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 5 months ago

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