ChannelTruncatedEvent
data class ChannelTruncatedEvent(val type: String, val createdAt: Date, val rawCreatedAt: String, val cid: String, val channelType: String, val channelId: String, val channel: Channel, val user: User?, val message: Message?) : CidEvent, HasChannel
Triggered when a channels' history is truncated. Could contain system message.
Constructors
Inherited functions
Link copied to clipboard
Enriches the wrapped Message from the ChatEvent with the Channel ID.