1
1
mirror of https://github.com/ahabhyde/miguelbridge synced 2025-01-09 22:24:18 +01:00
MiguelBridge/sample_botsettings.json

22 lines
715 B
JSON

{
"rooms": [
{
"matrixname": "Name of the room in Matrix",
"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"
},
{
"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/",
"tgtoken": "Token key given from BotFather",
"matrixuser": "@MatrixUser:homeserver.com",
"matrixpswd": "Matrix user password"
}