invoke
abstract suspend operator fun invoke(conversationId: <Error class: unknown class>, messageId: String, normalizedLoudness: ByteArray): UpdateAudioMessageNormalizedLoudnessResult
Updates the audio waves mask for a given message in a conversation.
Return
UpdateAudioMessageNormalizedLoudnessResult indicating success or failure of the operation.
Parameters
conversationId
The ID of the conversation containing the message.
messageId
The ID of the message to update.
normalizedLoudness
The new normalized loudness data to set.