Telegram add member to channel by bot api

99封情书 提交于 2020-01-13 05:52:26

问题


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.



来源:https://stackoverflow.com/questions/34872139/telegram-add-member-to-channel-by-bot-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!