ChannelTruncatedEvent

data class ChannelTruncatedEvent(val type: String, val createdAt: Date, val rawCreatedAt: String, val cid: String, val channelType: String, val channelId: String, val user: User?, val message: Message?, val channel: Channel) : CidEvent, HasChannel

Triggered when a channels' history is truncated. Could contain system message.

Constructors

Link copied to clipboard
constructor(type: String, createdAt: Date, rawCreatedAt: String, cid: String, channelType: String, channelId: String, user: User?, message: Message?, channel: Channel)

Properties

Link copied to clipboard
open override val channel: Channel
Link copied to clipboard
open override val channelId: String
Link copied to clipboard
open override val channelType: String
Link copied to clipboard
open override val cid: String
Link copied to clipboard
open override val createdAt: Date
Link copied to clipboard
Link copied to clipboard
open override val rawCreatedAt: String
Link copied to clipboard
open override val type: String
Link copied to clipboard
val user: User?

Inherited properties

Link copied to clipboard
val seq: Int

Inherited functions

Link copied to clipboard