I built a subscription and payment handler for telegram bots
Spent the last couple weeks building something called BotMember.
The whole idea came from noticing that Telegram has tools for paid groups/channels already, but almost nothing good for paid private bots.
Every bot creator I talked to was doing some cursed setup with Stripe webhooks, Telegram IDs, spreadsheets, manual access, etc.
So I just built the thing I felt should already exist.
You connect your bot, make subscription plans, and BotMember handles the payments + access stuff automatically.
Basically like InviteMember, but for 1-on-1 Telegram bots instead of groups.
It’s live now and I’m trying to figure out if this is actually a real pain point for other people too or if I just went too deep into Telegram world lol.
If you build bots:
• how are you handling payments/subscriptions right now?
• what’s the most annoying part?
• anything you’d want from a tool like this?
Would genuinely love feedback, one week free! \[https://botmember.vercel.app\\\](https://botmember.vercel.app)