How I can create public channels with Telegram API? I've tried https://github.com/danog/MadelineProto, and it worked, but it creates only a private channel.
Asked
Active
Viewed 3,808 times
1 Answers
5
To create a public supergroup, you first must create it using channels.createChannel and then set a username using channels.updateUsername

Danogentili
- 664
- 7
- 13