Site updated at 2017-05-23 16:31:23 UTC

This commit is contained in:
Travis CI 2017-05-23 16:31:23 +00:00
parent 38ba0b2991
commit 76e7e970f0
28 changed files with 51 additions and 48 deletions

View file

@ -92,7 +92,7 @@
<p>To enable Telegram notifications in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry for the Telegram Bot</span>
<span class="s">telegram_bot</span><span class="pi">:</span>
<span class="s">platform</span><span class="pi">:</span> <span class="s">webhooks</span>
<span class="s">platform</span><span class="pi">:</span> <span class="s">polling</span>
<span class="s">api_key</span><span class="pi">:</span> <span class="s">ABCDEFGHJKLMNOPQRSTUVXYZ</span>
<span class="s">allowed_chat_ids</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">CHAT_ID_1</span>