getConversationByUserUuid

abstract suspend fun getConversationByUserUuid(userUuid: String): Conversation?

Retrieves a conversation associated with a specific user UUID.

Return

The Conversation if found, or null if no matching conversation exists.

Parameters

userUuid

The UUID of the user.