I am build a Telegram Bot now and are testing it manually with a Telegram Client. Is there a way I can send client messages in the same way I can build bots?
I know that I could build unit-tests in the code, that is not what I am looking for.
I asked the same question and did not find an answer. So I made two libraries for testing telegram bots:
node-telegram-bot-api
. It catches bot requests and allows to pretend that we have a valid answer from client.Both projects are in deep alpha version for now but I haven't seen anything better. You can read an article about those projects (in Russian) here.