updateSubChannel

fun updateSubChannel(subChannelId: String, displayName: String): Completable

Deprecated

This function is deprecated, please use AmityChatClient.newSubChannelRepository().editSubChannel() instead

Replace with

import com.amity.socialcloud.sdk.api.chat.subchannel.AmitySubChannelRepository
AmityChatClient.newMessageRepository().editSubChannel()