getReadStatuses

fun Channel.getReadStatuses(userToIgnore: User?): List<Date>

Filters the read status of each person other than the target user.

Return

List of Date values that represent a read status for each other user in the channel.

Parameters

userToIgnore

The user whose message it is.