Create new group using telegram bot API

拥有回忆 提交于 2019-12-07 05:34:39

问题


How can I create new groups using a bot in Telegram?

As far as I know a bot cannot do this itself, so is it possible to implement a bot as a regular user? How?

Update : This is what I want http://t.me/polyglossia


回答1:


As I know this is impossible according to the latest telegram bot api and its documentation that can be find here.

Bots cannot create channels, groups and super groups they can only be added to groups or channel as administrator manually by human users.




回答2:


I myself don't use unofficial telegram apps and I have to say that they don't use the telegram bot API they use the Telegram API (which is used to make your own customized telegram app).

Because you have to implement every telegram feature yourself when developing such an app, It can be possible to make bots able to create groups or channels. If you have the enough programming knowledge to create your own you can do it otherwise have a look at this app. It may help you. As mentioned in its description, the developer says that what you want is possible. 👍🏻



来源:https://stackoverflow.com/questions/42897683/create-new-group-using-telegram-bot-api

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