Domain name will be generated after successful deployment, so there is no way to input
BOT_DOMAIN
during deploying
Click
Promote to Production
to trigger deployment
// Define your variables here (Important)
const BOT_TOKEN = '***********:*****************************';
const DB_CHANNEL = '-100***********';
const BOT_DOMAIN = 'https://***********.vercel.app';
const PUBLIC_CHANNEL = '-100**********';
const PUBLIC_CHANNEL_MODE = 'off';
const COPY_MESSAGE = 'deactivate';
-
To set webhook
curl -F "url=[BOT_DOMAIN]/api/riturajps" "https://api.telegram.org/bot[BOT_TOKEN]/setWebhook"
-
To Retrieve Single file
https://t.me/TheGetBot?start=id_1
-
To Retrieve Batch file
https://t.me/TheGetBot?start=id_1_3
Do Fork our repo/project :-