4
votes

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.

1

1 Answers

4
votes

To create a public supergroup, you first must create it using channels.createChannel and then set a username using channels.updateUsername