NotificationAddedToChannelEvent
data class NotificationAddedToChannelEvent( val type: String, val createdAt: Date, val rawCreatedAt: String, val cid: String, val channelType: String, val channelId: String, val channel: Channel, val member: Member, val totalUnreadCount: Int = 0, val unreadChannels: Int = 0, val channelLastMessageAt: Date?) : CidEvent, HasChannel, HasMember, HasUnreadCounts
Triggered when the user is added to the list of channel members
Constructors
Properties
Inherited functions
Link copied to clipboard
Enriches the wrapped Message from the ChatEvent with the Channel ID.