We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192f89c commit 9119017Copy full SHA for 9119017
app.json
@@ -8,6 +8,7 @@
8
"sharing"
9
],
10
"repository": "https://github.com/CodeXBotz/File-Sharing-Bot",
11
+ "logo": "https://telegra.ph/file/14d3013fda21281c54b61.jpg",
12
"env": {
13
"TG_BOT_TOKEN": {
14
"description": "Your Bot token, Get it from @Botfather",
@@ -31,7 +32,7 @@
31
32
},
33
"START_MESSAGE": {
34
"description": "Optional: start message of bot, use HTML parsemode format",
- "value": "",
35
+ "value": "Hello {firstname}\n\nI can store private files in Specified Channel and other users can acess it from special link.",
36
"required": false
37
38
"ADMINS": {
0 commit comments