Bots.Business - Help
Search…
⌃K
Welcome
Getting started
Create bot from Google Table
Commands
Coding: BJS
Git
Google Analytics tracking
Iterations. How to reduce theys?
Limitations
Cloud
Reports
Deep Linking - pass any params on Bot starting
How to link chat account with BB account?
BB Inspection
Protected bot
How to...
Libs
What it is - Libs?
Libs development
RefferalLib
Random
Cooldown Lib
CurrencyConverter
ResourcesLib
Lang
QiwiPayments
BlockIO
Coinbase (CB)
CoinPayments (CP)
CryptoJS
CurrencyQuote
GoogleApp
GoogleTableSync
Guard
Webhooks lib
DateTimeFormat Lib
MembershipChecker
Store
BB Point Bot 💎
BlockIOBot
Welcome bot
Help bot
SRB Demo Keyboard Tools
Powered By GitBook

Deep Linking - pass any params on Bot starting

You can pass any params on bot starting to BJS with link:
​http://t.me/BOT_NAME?start=PARAMS​
In BJS command /start:
Bot.sendMessage(params);
For example:
​http://t.me/botsbusinessadminbot?start=API_TOKEN​
We pass user's API Token to bot.
let api_token = params;
// do anything what you want with this params
Bot.sendMessage("Your api token is: " + api_token)
Previous
Reports
Next
How to link chat account with BB account?
Last modified 2yr ago
Copy link