mast / telegram-bot-api

First Telegram Bot API node.js library
http://mast.github.io/telegram-bot-api/
MIT License
246 stars 64 forks source link

request is deprecated #77

Open grandpaul opened 3 years ago

grandpaul commented 3 years ago

Dear telegram-bot-api developers,

node-request has been deprecated. [1]. Thus we should use another lib to replace it. Accoding to [2] we can use got.

[1] https://github.com/request/request/issues/3142 [2] https://bugs.debian.org/958691