From 235e47188ed2b2f6af1b9aeb240355dbe9e530ee Mon Sep 17 00:00:00 2001 From: Ahab Date: Mon, 9 Apr 2018 20:20:57 +0200 Subject: [PATCH] Update sample settings --- sample_botsettings.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sample_botsettings.json b/sample_botsettings.json index 0d1f0d2..826ad8c 100644 --- a/sample_botsettings.json +++ b/sample_botsettings.json @@ -6,7 +6,14 @@ "tgid": "123456", "matrixid": "id:homeserver.com", "lastmessageid": "event id of the last message sent in this room. DO NOT EDIT" - } + }, + { + "matrixname": "Name of another room in Matrix", + "tgname": "Name of another room in Telegram", + "tgid": "654321", + "matrixid": "id2:homeserver.com", + "lastmessageid": "event id of the last message sent in this room. DO NOT EDIT" + } ], "matrixhomeserver": "https://homeserver.com/_matrix/client/r0", "tgtoken": "Token key given from BotFather",