Bots.Business - Help
Search…
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
:
1
Bot
.
sendMessage
(
params
);
Copied!
For example:
http://t.me/botsbusinessadminbot?start=API_TOKEN
We pass user's API Token to bot.
1
let
api_token
=
params
;
2
// do anything what you want with this params
3
Bot
.
sendMessage
(
"Your api token is: "
+
api_token
)
Copied!
Previous
Reports
Next
How to link chat account with BB account?
Last modified
1yr ago
Copy link