Hi,
how can i hide this message or fix the issue?
I can't see how to disable message in linked url.
node-telegram-bot-api deprecated In the future, content-type of files you send will default to "application/octet-stream". See https://github.com/yagop/node-telegram-bot-api/blob/master/doc/usage.md#sending-files for more information on how sending files has been improved and on how to disable this deprecation message altogether.
Thanks!
Same here. Did you find a solution for this? Thanks.
See #350
Yep! Solved with:
process.env["NTBA_FIX_350"] = 1;
At top of the file.
Most helpful comment
Yep! Solved with:
process.env["NTBA_FIX_350"] = 1;At top of the file.