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) : CidEvent, HasChannel, HasMember, HasUnreadCounts
Triggered when the user is added to the list of channel members