1
1
mirror of https://github.com/ahabhyde/miguelbridge synced 2025-01-25 05:24:19 +01:00
MiguelBridge/sample_botsettings.json
2018-04-09 18:13:55 +02:00

14 lines
470 B
JSON

{
"matrixuser": "Matrix user name",
"tgtoken": "Token key given from BotFather",
"matrixpswd": "Matrix user password",
"matrixhomeserver": "https://homeserver.com/_matrix/client/r0",
"rooms": [{
"tgname": "Name of the room in Telegram",
"matrixname": "Name of the room in Matrix",
"tgid": "Chat id of the room in Telegram",
"matrixid": "Chat id of the room in Matrix",
"lastmessageid": "event id of the last message sent in this room. DO NOT EDIT"
]}
}