Cannot upgrade group channel to supergroup channel by using Javascript SDK
Hi.
By using the REST API, we can update a group to a super group by using passing is_super to true (docs).
But when we use the Javascript SDK, the function updateChannel takes a param GroupChannelUpdateParams and this type doesn’t contain a property like isSuper, super or is_super.
How can I upgrade a group channel to a supergroup channel with the Javascript SDK ?
Thank you, have a nive day.
[SDK Version]
@sendbird/chat 4.2.1
[Reproduction Steps]
[Frequency]
Always
[Current impact]
Blocking