-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
62 lines (61 loc) · 1.56 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
56
57
58
59
60
61
{
"name": "Bot Status Ts Bot",
"description": "A telegram bot that can show the status of your bots",
"keywords": [
"telegram",
"best",
"status",
"bot"
],
"repository": "https://github.com/Ts-Bots/BOTSTATUS-TS-BOT",
"logo": "https://telegra.ph/file/eee1877ba8a1e7077b2a8.jpg",
"env": {
"WEBHOOK": {
"description": "Setting this to ANYTHING will enable webhooks when in env mode",
"value": "ANYTHING"
},
"user_session_string": {
"description": "Your string session.",
"value": ""
},
"api_id": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"api_hash": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"update_channel": {
"description": "The id of a channel to which i need to send the current status",
"value": ""
},
"status_message_id": {
"description": "Give the id of message which need to be edited you can give more than one id and separated with space",
"value": ""
},
"bots": {
"description": "list of bot usernames example- botone bottwo ",
"value": "",
"required": false
},
"names": {
"description": "list of bot name example- botone bottwo ",
"value": "",
"required": false
}
},
"addons": [
],
"buildpacks": [{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}, {
"url": "heroku/python"
}],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}