OnUserMarkedUnread

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

Represents the event source detail for GroupChannelHandler.onUserMarkedUnread.

Since

4.27.2

Constructors

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

Properties

Link copied to clipboard