-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapp.json
39 lines (39 loc) · 1.2 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "Telegram Streamer File",
"description": "Robot to convert files to direct links, hosting files on Telegram servers, unlimited and without restrictions",
"website": "https://t.me/s/userlandapp",
"repository": "https://github.com/musa-42/stream-cloud",
"logo": "https://newdlstar.herokuapp.com/44c01",
"env": {
"api_id": {
"description": "api_id Telegram to develop a robot to receive my.telegram.org ",
"required": "true",
"value": ""
},
"api_hash": {
"description": "api_hash Telegram to develop a robot to receive my.telegram.org ",
"required": "true",
"value": ""
},
"channel_files_chat_id": {
"description": " Telegram channel chat ID for storing and managing files",
"required": "true",
"value": ""
},
"channel_username": {
"description": "Telegram channel username for support",
"required": "true",
"value": ""
},
"token": {
"description": "Telegram robot token for launch .",
"required": "true",
"value": ""
},
"domain": {
"description": "Heroku application domain Example: https://newdlstar.herokuapp.com",
"required": "true",
"value": ""
}
}
}