This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Telegram/config_example.json

36 lines
824 B
JSON
Raw Normal View History

2022-10-17 00:30:07 +03:00
{
2022-10-20 13:24:32 +03:00
"locale": "uk",
2022-10-26 14:30:24 +03:00
"debug": false,
2022-10-17 00:30:07 +03:00
"owner": 0,
2022-10-21 15:00:03 +03:00
"age_allowed": 0,
2022-10-25 15:18:51 +03:00
"birthdays_notify": true,
"birthdays_time": "09:00",
2022-10-27 12:40:15 +03:00
"api": "http://example.com",
"inline_preview_count": 7,
2022-10-21 15:00:03 +03:00
"admin_group": 0,
2022-10-21 16:11:21 +03:00
"destination_group": 0,
2022-10-17 00:30:07 +03:00
"admins": [],
"bot": {
"api_id": 0,
"api_hash": "",
"bot_token": ""
},
"logging": {
"size": 512,
"location": "logs"
},
"locations": {
"data": "data",
2022-10-26 15:56:42 +03:00
"cache": "cache",
2022-10-17 00:30:07 +03:00
"locale": "locale"
},
"commands": {
2022-10-27 16:13:58 +03:00
"rules": "Check out the rules",
2022-10-25 14:36:16 +03:00
"reapply": "Fill the application again"
2022-10-17 00:30:07 +03:00
},
"commands_admin": {
2022-10-24 15:34:05 +03:00
"reboot": "Restart the bot",
2022-10-28 15:49:52 +03:00
"application": "Check user's application",
2022-10-24 15:34:05 +03:00
"applications": "Get all applications as JSON"
2022-10-17 00:30:07 +03:00
}
}