2018-04-09 16:58:30 +02:00
|
|
|
{
|
2018-04-09 19:53:14 +02:00
|
|
|
"rooms": [
|
|
|
|
{
|
|
|
|
"matrixname": "Name of the room in Matrix",
|
2018-04-09 20:19:23 +02:00
|
|
|
"tgname": "Name of the room in Telegram",
|
|
|
|
"tgid": "123456",
|
|
|
|
"matrixid": "id:homeserver.com",
|
|
|
|
"lastmessageid": "event id of the last message sent in this room. DO NOT EDIT"
|
2018-04-09 20:20:57 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"
|
|
|
|
}
|
2018-04-09 19:53:14 +02:00
|
|
|
],
|
|
|
|
"matrixhomeserver": "https://homeserver.com/_matrix/client/r0",
|
|
|
|
"tgtoken": "Token key given from BotFather",
|
2018-04-09 20:19:23 +02:00
|
|
|
"matrixuser": "@MatrixUser:homeserver.com",
|
2018-04-09 19:53:14 +02:00
|
|
|
"matrixpswd": "Matrix user password"
|
2018-04-09 16:58:30 +02:00
|
|
|
}
|