getProfileImageTimestampByUserId

Returns the timestamp of a User's ProfileImage. Must validate that the ProfileImage exists.

Return

The Result of the operation.

Parameters

userId
The id of the User.
abstract suspend fun getProfileImageTimestampByUserId(userId: String): Result<Long>