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)
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.