Closed SAOPP closed 2 years ago
I will answer my own question. I think that this should be added to the section in the Telegram integration description.
In order for the hook from the official documentation to work in the linuxserver container, u need to run the command like this:
docker exec -it name_of_your_container cd /app/healthchecks && python3 ./manage.py settelegramwebhook
or connect into the container and change current directory to /app/healthchecks
and run command python3 ./manage.py settelegramwebhook
. After it, u can open your bot and send /start
to it, in an answer u got intergration activate link from your Healthchecks instance. :+1:
Cheers! :beers:
Expected Behavior
Hi! Guys, who can explaine me 'bout telegram integration steps, I added token and bot name via variables, open my hc and try to add this integration, but, after send
/start
to my bot, nothing happens in chat. What I do wrong or how I can set webhook viamanage.py
?Current Behavior
Nothing happens in bot chat
Steps to Reproduce