muteOrUnmuteConversation
abstract suspend fun muteOrUnmuteConversation(conversationId: String, mustBeMuted: Boolean): RainbowResult<Unit>
Mute or Unmute notifications for a conversation
This method only works if the conversation already exists.
Return
RainbowResult
Parameters
conversationId
String The id of the searched conversation
mustBeMuted
boolean Mute state of the conversation to apply