Documentation for `SBDGroupChannel.members` seems to be wrong

In the documentation for the said method:

Channel members. Note: Number of member for SuperGroupChannel is limited to 10

As far as I know, a SuperGroupChannel is one where you can have 2000+ members.

Hello @GoGo7
You are correct that Super group channel supports 2k+ members, I think it implies members property in Super group channel is limited to 10, meaning it does not show all members in members property.

So does it mean the member count truncated to 10 only when it’s called for a super group channel, but not for regular group channels? That’s a bit confusing…

Super group channel can be used to handle 2k+ members, meaning that amount of user can join. Its just the property shows limited members whereas regular group channel cannot be joined over 100 users.