NotificationChannelTruncatedEvent
data class NotificationChannelTruncatedEvent( val type: String, val createdAt: Date, val rawCreatedAt: String, val cid: String, val channelType: String, val channelId: String, val channel: Channel, val totalUnreadCount: Int = 0, val unreadChannels: Int = 0, val channelLastMessageAt: Date?) : CidEvent, HasChannel, HasUnreadCounts
Triggered when a channels' history is truncated
Constructors
Properties
Inherited functions
Link copied to clipboard
Enriches the wrapped Message from the ChatEvent with the Channel ID.