Skip to main content

MessageReadEvent

ChannelReadEvent, this event tells that User has mark read all messages in channel.

public struct MessageReadEvent: UserSpecificEvent, ChannelSpecificEvent 

Inheritance

UserSpecificEvent, ChannelSpecificEvent

Properties

userId

public let userId: UserId

cid

public let cid: ChannelId

readAt

public let readAt: Date

unreadCount

public let unreadCount: UnreadCount?

Did you find this page helpful?