BB Point Bot
BB Point bot helps develop the community. User can echange BB Points to Extra Iterations.
Also it is possible:
Accept BB Points 💎 in your bot from users
Transfer BB Points 💎 from your bot to users
This functionality is built with WebhookLib. You can do some pretty cool stuff in your bots to share data too.
Accept BB Points in your bot
We can accept BB Points 💎 in any bot now.
See example in @BBWebhookBot
How to make?
See example for /sample3 in @BBWebhookBot
Step 1
Install Webhook Lib in your bot and make webhook url:
Step 2
Go to @BBPointBot - /link and paste link from step1
You will get such link for request:
https://t.me/BBPointBot?start=req15-1-points-to-519829299
You can change bb point amount in url part: -XXX-points
You can change user.id after part: -to-user-XXX
Transfer BB Points 💎 from your bot to users
Step 1
Generate your personal secret webhook url in @BBPointBot by command: /getTransferUrl
Set Secret (any words or symbols - whatever you want) in @BBPointBot by command: /setTransferSecret
Personal secret webhook url with Secret - is safe information.
You can reset the Secret at any time via command /setTransferSecret
Step 2
In your bot command create new command /makeTransfer
:
This command transfer BB Points without any conditions.
You must add some conditions. You are not going to send BB Points without any reason?
Step 3
In your bot command create new command onTransfer
:
Last updated