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
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
2
Answers
As I know this is impossible according to the latest telegram bot api and its documentation that can be find here.
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.