For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

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

Step 2

In your bot command create new command /makeTransfer:

Step 3

In your bot command create new command onTransfer:

Last updated