unmuteChannel

abstract suspend fun unmuteChannel(channelId: String): RainbowResult<Unit>

Unmute notifications for a specific channel.

This method re-enables notifications for the specified channel. Once unmuted, the user will start receiving notifications for new items posted in the channel.

Return

A RainbowResult indicating the success or failure of the operation. In case of failure, the result will include error details.

Parameters

channelId

The unique identifier of the channel to unmute.