From a97e3eaf9e51a082c07451c7826c44ed32becb29 Mon Sep 17 00:00:00 2001 From: FrancescoRisso <49359875+FrancescoRisso@users.noreply.github.com> Date: Fri, 16 Oct 2020 19:04:15 +0200 Subject: [PATCH] [Telegram] Improved sending to a particular chat (#8750) 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.telegram/README.md b/bundles/org.openhab.binding.telegram/README.md index d96448418..dd3a35448 100644 --- a/bundles/org.openhab.binding.telegram/README.md +++ b/bundles/org.openhab.binding.telegram/README.md @@ -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!")