Telegram

stellf

Newbie
Joined
Jul 4, 2025
Messages
9
Reaction score
4
I have a JSON file with several active Telegram users and I want to add them to a destination channel. However, this file only contains the username, not the channel name. I would like to know if there is anything I can do about it.
 
I have a JSON file with several active Telegram users and I want to add them to a destination channel. However, this file only contains the username, not the channel name. I would like to know if there is anything I can do about it.
If your JSON only has usernames, there’s no automatic way to add them to a Telegram channel.
Telegram doesn’t allow bulk-adding users unless they join themselves or you message them manually.
You can only invite users one by one, or share the channel link and let them join voluntarily.
There’s no workaround without violating Telegram’s rules.
 
I have a JSON file with several active Telegram users and I want to add them to a destination channel. However, this file only contains the username, not the channel name. I would like to know if there is anything I can do about it.
If your JSON only has usernames, you can still use it, but you can’t auto-add people to a Telegram channel. Telegram only allows adding users to groups, and even then they must allow invites. For channels, the only option is to message the usernames and send them your invite link. So you can extract/clean the usernames and invite them manually or through Telegram-approved methods, but direct adding isn’t possible.
 
I have a JSON file with several active Telegram users and I want to add them to a destination channel. However, this file only contains the username, not the channel name. I would like to know if there is anything I can do about it.
If you only have usernames, you can’t “force add” them to a channel in bulk — you’ll still need to invite them via an invite link or manually, and anything else risks breaking Telegram’s ToS. Best you can do is use the JSON to generate personalized invite messages or links, assuming they’ve consented to being contacted.
 
its easy to add them in any group I own software for adding users in telegram groups , there is many other tools and person that can do scrapping and adding users in groups
 
I have a JSON file with several active Telegram users and I want to add them to a destination channel. However, this file only contains the username, not the channel name. I would like to know if there is anything I can do about it.
You can’t add users to a channel just from their usernames without their consent. Telegram’s API and rules require that users join channels themselves or accept invites; trying to force-add them can violate Telegram’s terms and lead to account restrictions. The safest approach is to share the channel link and encourage users to join voluntarily.
 
Back
Top