Reputation: 4671
I have a telegram private group, and I want to understand how can I manage the link group and subscribers.
The user can reach my group only after a payment. I read that I can add 200 subscribers, after that I have to send an invitation link. I can see that I can revoke the link.
For example, I give a link, in that moment 10 users click on it, and 9 of them are in my group for free. Is it possible to set an invitation link with a count?
What is the best practice to invite a member in this case? If it needed I can create a bot with node.js
Upvotes: 1
Views: 2187
Reputation: 1657
I was trying to do the same and came to the following conclusion after having compared many posts. You will have to code a bot. Here is the workflow:
You may want to manage a timeout value to avoid one user blocking the queue.
Upvotes: 1