From aad4e2913dbf972c390abe6e0c83f310ffddb79a Mon Sep 17 00:00:00 2001 From: sumarsono Date: Sat, 30 Nov 2019 05:41:06 +0700 Subject: [PATCH] Make telegram instruction more clear (#806) --- docs/faq.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 1771aeff..0fdfb03c 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -119,14 +119,16 @@ You need to be an administrator for this part. 1. Go to @botfather (https://t.me/BotFather) and type /start . 2. Type /newbot and give your bot an unique name. 3. Save the API token. +4. Login to PhpServerMonitor dashboard > config > Telegram > put your api token into Telegram API Token's column. How do I sent Telegram notifications to a person? ------------------------------------------------- 1. Go to @cid_bot (https://t.me/cid_bot) and start. 2. Save your chat id. -3. Press the activation button. -4. Go to your chat with the bot and press start of type /start. +3. Login to PhpServerMonitor dashboard then open user profile page, then put your chat id into Telegram chat id's column. +4. Press save then activate Telegram notifications button. +5. Go to your chat with the bot and press start of type /start. How do I sent Telegram notifications to a group? ------------------------------------------------