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",