forked from Jijinr/Frwdit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
63 lines (63 loc) · 1.67 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
62
63
{
"name": "Auto-Forward-Bot",
"description": "Telegram's Best Smart Plugin File Forward Bot",
"logo": "https://telegra.ph/file/8b8419bb855959c143875.jpg",
"keywords": [
"telegram",
"best",
"file",
"forward",
"bot"
],
"success_url": "https://t.me/DForDarkAngel",
"website": "https://github.com/Jijinr/Frwdit",
"repository": "https://github.com/Jijinr/Frwdit",
"env": {
"API_ID": {
"description": "Get this value from https://my.telegram.org or @UseTGXBot",
"value": ""
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org or @UseTGXBot",
"value": ""
},
"BOT_TOKEN": {
"description": "Your bot token from @BotFather",
"value": ""
},
"TO_CHANNEL": {
"description": "Enter Your channel Id must add Eg:- -100xxxxxxxxx",
"value": ""
},
"FROM_CHANNEL": {
"description": "enter Channel username Eg:- @abcdefghijk",
"value": ""
},
"OWNER_ID": {
"description": "Enter Your Telegram id",
"value": ""
},
"SKIP_NO": {
"description": "Enter File Skiping Number",
"value": "0"
},
"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 , (empty = forward all kind of messages)}",
"value": "document"
},
"SESSION": {
"description": "Pyrogram string Seccion https://replit.com/@JijinR/PyroSessionString",
"value": ""
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}