node-telegram-bot-api
node-telegram-bot-api copied to clipboard
The editMessageMedia method is working a bit wrong
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
that's true af i found a fix i will try to pull it soon