OnUserMarkedRead

data class OnUserMarkedRead(val userIds: List<String>) : EventDetail

Represents the event source detail for GroupChannelHandler.onUserMarkedRead.

Since

4.27.2

Constructors

Link copied to clipboard
constructor(userIds: List<String>)

Properties

Link copied to clipboard