Hello, I can’t find any documentation on the number of channels (group_channels/supergroup_channels) we can create (1000, 20000, unlimited?).
We are building an online meta environment in which users are allowed to start new conversations (backed by a group-channel) by simply posting a message. This could potentially lead to a large number of chat channels.
If there are limitations to the number of channels, one workaround would be to delete old channels by downloading the contents and saving this as a read-only blob in our own application. To plan this development I need an indication on the max number of channels.
thanks in advance!
Sander