local-bot-api-server
Closed this issue · 1 comments
tancyit3 commented
Is it possible to somehow run the bot on the local host using https://core.telegram.org/bots/api#using-a-local-bot-api-server ?
Eleirbag89 commented
It should be easy.
You gest need to add the API as constructor parameter, with default value https://api.telegram.org and use it in the endpoint function on line 122.
I'll do it when I have some spare time. You can open a PR with the changes if you want.