getUserReadReceipt

abstract fun getUserReadReceipt(userId: String): String?

Get the eventId from the main timeline where the read receipt for the provided user is.

Return

the eventId where the read receipt for the provided user is attached, or null if not found

Parameters

userId

the id of the user to look for