Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create new group using telegram bot API

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

like image 630
ShahinSorkh Avatar asked Mar 20 '17 07:03

ShahinSorkh


2 Answers

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.

like image 93
parisa Avatar answered Oct 06 '22 23:10

parisa


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.

like image 26
Naser.Sadeghi Avatar answered Oct 06 '22 21:10

Naser.Sadeghi