readsOf
Returns a list of ChannelUserRead objects representing which ones have read the given message.
A message is considered read by a user if:
The user is not the sender of the message
The user has read the message
Return
A list of ChannelUserRead objects representing users who have read the message
Parameters
message
The Message object for which to find read reads.