I have seen this question, but unfortunately no one answered:
How to add user to my telegram channel by telegram api?
I have created a bot and a channel in telegram. Then I added the bot to channel's administrators. How can I add members to channel by my bot APIs?!
Programming languages: PHP, Python, C++:Qt, Java, C# (every of them or any library)
Asked
Active
Viewed 1.9k times
2

Community
- 1
- 1

user000000
- 75
- 1
- 1
- 2
1 Answers
3
Unfortunately, you can't do anything except posting to channel via bot using Telegram Bot API.
Hovewer, you may take a look at Telegram-CLI Bot interface, which uses normal user accounts to make them bots.

Groosha
- 2,897
- 2
- 22
- 38