ChatEvent

data class ChatEvent(val eventType: ChatEvent.EventType, val channelId: String?)

Represents an event that occurs in a chat channel.

Constructors

Link copied to clipboard
constructor(eventType: ChatEvent.EventType, channelId: String?)

Types

Link copied to clipboard

Enumerates the types of events that can occur in a chat channel.

Properties

Link copied to clipboard

The ID of the channel where the event occurred. May be null for certain event types.

Link copied to clipboard

The type of event that occurred.