forked from MRK-YT/Frwdit-V2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
51 lines (51 loc) · 1.33 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
{
"name": "Auto-Forward-Bot-V2",
"description": "Telegram's Best Smart Plugin File Forward Bot",
"logo": "https://telegra.ph/file/5c3499c3b2ec282cf0c4e.jpg",
"keywords": [
"telegram",
"best",
"file",
"forward",
"bot"
],
"success_url": "https://t.me/DForDarkAngel",
"website": "https://github.com/Jijinr/Frwdit-V2",
"repository": "https://github.com/MRK-YT/Frwdit-V2",
"env": {
"API_ID": {
"description": "Get this value from https://my.telegram.org or @UseTGSBot",
"value": ""
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org or @UseTGSBot",
"value": ""
},
"BOT_TOKEN": {
"description": "Your bot token from @BotFather",
"value": ""
},
"OWNER_ID": {
"description": "Enter Your Telegram id",
"value": ""
},
"CAPTION": {
"description": "If you want to add a caption to the forwarded file, enter it here",
"required": false
},
"FILTER_TYPE": {
"description": "Type Of filters (document , audio , photo , video , animation)",
"value": "document"
},
"SESSION": {
"description": "Pyrogram string Seccion - https://replit.com/@JijinR/PyroSessionString?v=1",
"value": ""
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}