mute Or Unmute Conversation
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
conversation Id
String The id of the searched conversation
must Be Muted
boolean Mute state of the conversation to apply