Skip to main content

ChatChannelRead

A type representing a user's last read action on a channel.

public struct ChatChannelRead 

Properties

lastReadAt

The last time the user has read the channel.

public let lastReadAt: Date

unreadMessagesCount

Number of unread messages the user has in this channel.

public let unreadMessagesCount: Int

user

The user who read the channel.

public let user: ChatUser

Did you find this page helpful?