-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
55 lines (55 loc) · 1.38 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": "Muaath bots",
"description": "Useful PHP Telegram bots hosted in free Heroku",
"repository": "https://github.com/Muaath5/MuaathBots",
"website": "https://muaath-bots.herokuapp.com/",
"keywords":
[
"telegram-bots",
"bot-api",
"webhook",
"heroku",
"php",
"muaath",
"muaath-bots",
"5.3",
"payments 2.0",
"tgbot"
],
"env":
{
"PAYMENT_BOT_TOKEN":
{
"description": "Bot token obtained via https://t.me/BotFather",
"required": true
},
"PAYMENT_BOT_PROVIDER_TOKEN":
{
"description": "Telegram payment provider token obtained via https://t.me/BotFather",
"required": true
},
"PAYMENT_BOT_LOGS_CHAT_ID":
{
"description": "The username of public group/channel, Otherwise ID of private chat/group/channel.",
"required": true
},
"DEV_USERNAME":
{
"value": "Muaath_5",
"description": "The username of the creator or main editor of the bots, Not owner, Without @ in the start",
"required": true
},
"BOTS_CHANNEL":
{
"value": "MuaathBots",
"description": "The username of Bot channel in Telegram, Don't add @ in the start",
"required": true
},
"BOTS_GROUP":
{
"value": "MuaathBotsChat",
"description": "The username of Bot channel in Telegram, Don't add @ in the start",
"required": true
}
}
}