]> git.basschouten.com Git - openhab-addons.git/commitdiff
[Telegram] Improved sending to a particular chat (#8750)
authorFrancescoRisso <49359875+FrancescoRisso@users.noreply.github.com>
Fri, 16 Oct 2020 17:04:15 +0000 (19:04 +0200)
committerGitHub <noreply@github.com>
Fri, 16 Oct 2020 17:04:15 +0000 (10:04 -0700)
Changed the README.md file to include more information as in #8733:

Specified that the chatId in the APIs must be followed by an "L" or it won't work (at least, not for group chats).

bundles/org.openhab.binding.telegram/README.md

index d96448418b417964aba0ca6f619e8fc4252118a8..dd3a35448e0648321fd353b780b877c8d390674b 100644 (file)
@@ -155,7 +155,7 @@ These actions will send a message to all chat ids configured for this bot.
 
 ### Actions to send messages to a particular chat
 
-Just put the chat id (must be a long value!) as the first argument to one of the above mentioned APIs:
+Just put the chat id (must be a long value!) followed by an "L" as the first argument to one of the above mentioned APIs:
 
 ```
 telegramAction.sendTelegram(1234567L, "Hello world!")