-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
36 lines (36 loc) · 1019 Bytes
/
app.json
File metadata and controls
36 lines (36 loc) · 1019 Bytes
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
{
"name": "BotStatus",
"description": "Update Bot Status in your Channel!",
"keywords": [
"telegram"
],
"repository": "https://github.com/Team-Bot2/Bot-Status",
"website": "https://t.me/DISQUALIFIED_XD",
"success_url": "https://t.me/TEAM_BOT_SUPPORT",
"env": {
"APP_ID": {
"description": "Get this value from my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "Get this value from my.telegram.org",
"value": ""
},
"SESSION": {
"description": "A telethon user session.",
"value": ""
},
"BOTS": {
"description": "Names of your bots separate by space, without @",
"value": ""
},
"CHANNEL_ID": {
"description": "ID of your channel.",
"value": ""
},
"MESSAGE_ID": {
"description": "ID of the message to edit.",
"value": ""
}
}
}