Need 2 interconnected bots - admin and regular
Not the most complex, but nevertheless
Admin:
There is an option to create and delete referral links. The admin sends the bot a link to the site, an image, an identifier, and text, and in response, the bot provides a referral link to 2 (the regular bot).
Example:
User sends their link - https://pocket1.click?utm_campaign=794146&utm_source=affiliate&utm_medium=sr&a=KPWEI1uAfUYdz9&ac=miniapp&code=BTW346
Text - Hello, this is your link
Image - image1
Identifier - offer1
And receives their link:
https://t. me/Cosmo_cbot?start=offer1
When following this link, the script reads the identifier "offer1" and provides a message containing
image - image1
Text - Hello, this is your link
And an inline button that opens a web app - https://pocket1.click?utm_campaign=794146&utm_source=affiliate&utm_medium=sr&a=KPWEI1uAfUYdz9&ac=miniapp&code=BTW346
It is also necessary to segment users to create a mailing list through the bot, so it is needed:
- The ability to create a mailing list through the bot for specific segments
- Segments:
By the link with which identifier the user followed
What language they have (Ru or Eng, this segmentation can be read depending on which link the user followed)
What country
The bots are simple, so it is preferable to complete them by the 6th