4

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.

Marat_Galiev
  • 1,251
  • 5
  • 21
  • 31

1 Answers1

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