- a simple telegram bot that returns the
telegram-bot-api
json of all the sent messages
Can be found on Telegram Production Server as 👉 @useTGxBot
Can be found on Telegram Test Server as 👉 @ShowJsonBot
did not find a telegram bot, which could return with all the latest telegram features.
This project started by using plain node-fetch and all was in a single file. Since, this is a small telegram bot project it was fine to have it in a single file. Adding grammY was an attempt to check if re-using the existing libraries could reduce the effort in creating this simple bot.
PRs are welcome!