forked from AbirHasan2005/VideoCompress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
55 lines (55 loc) · 1.54 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "VideoCompressBot",
"description": "Telegram's best Video Compress Bot",
"logo": "https://telegra.ph/file/b687febf32e4d583fb1d4.jpg",
"keywords": [
"telegram",
"best",
"video",
"compress",
"bot"
],
"success_url": "https://t.me/linux_repo",
"website": "https://t.me/Discovery_Updates",
"repository": "https://github.com/AbirHasan2005/VideoCompress",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable VARs when in ENV mode",
"value": "ANYTHING"
},
"TG_BOT_TOKEN": {
"description": "Your bot token, as a string. Get this from @BotFather",
"value": "",
"required": true
},
"APP_ID": {
"description": "Get this value from https://my.telegram.org",
"value": "",
"required": true
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org",
"value": "",
"required": true
},
"AUTH_USERS": {
"description": "Allow only pre-defined users to use this bot as Sudo User. Separate with Space. Just for using Admin Commands.",
"value": "715779594 ",
"required": false
},
"FINISHED_PROGRESS_STR": {
"description": "Should be a single character.",
"required": false
},
"UN_FINISHED_PROGRESS_STR": {
"description": "Should be a single character.",
"required": false
},
"BOT_USERNAME": {
"description": "Your Bot Username. Without `@` before Username!",
"value": "",
"required": true
}
},
"stack": "container"
}