Site updated at 2017-09-26 07:14:23 UTC
This commit is contained in:
parent
80847eb95a
commit
b723b0750d
415 changed files with 2329 additions and 1581 deletions
|
@ -302,7 +302,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<h4><a class="title-link" name="service-telegram_botedit_message" href="#service-telegram_botedit_message"></a> Service <code class="highlighter-rouge">telegram_bot/edit_message</code></h4>
|
||||
<p>Edit a previusly sent message in a conversation.</p>
|
||||
<p>Edit a previously sent message in a conversation.</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -350,7 +350,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<h4><a class="title-link" name="service-telegram_botedit_caption" href="#service-telegram_botedit_caption"></a> Service <code class="highlighter-rouge">telegram_bot/edit_caption</code></h4>
|
||||
<p>Edit the caption of a previusly sent message.</p>
|
||||
<p>Edit the caption of a previously sent message.</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -449,7 +449,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<h4><a class="title-link" name="service-telegram_botdelete_message" href="#service-telegram_botdelete_message"></a> Service <code class="highlighter-rouge">telegram_bot/delete_message</code></h4>
|
||||
<p>Delete a previusly sent message in a conversation.</p>
|
||||
<p>Delete a previously sent message in a conversation.</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -472,7 +472,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<h3><a class="title-link" name="telegram-notification-platform" href="#telegram-notification-platform"></a> <code class="highlighter-rouge">Telegram</code> notification platform</h3>
|
||||
<p>The <a href="/components/notify.telegram/">Telegram notification platform</a> requires the <code class="highlighter-rouge">telegram_bot</code> component to work with, and it’s designed to generate a customised shortcut (<code class="highlighter-rouge">notify.USERNAME</code>) to send notifications (messages, photos, documents and locations) to a particular <code class="highlighter-rouge">chat_id</code> with the old syntax, allowing backward compatibility.</p>
|
||||
<p>The <a href="/components/notify.telegram/">Telegram notification platform</a> requires the <code class="highlighter-rouge">telegram_bot</code> component to work with, and it’s designed to generate a customized shortcut (<code class="highlighter-rouge">notify.USERNAME</code>) to send notifications (messages, photos, documents and locations) to a particular <code class="highlighter-rouge">chat_id</code> with the old syntax, allowing backward compatibility.</p>
|
||||
<p>The required yaml configuration now reduces to:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">notify</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">name</span><span class="pi">:</span> <span class="s">NOTIFIER_NAME</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue