ChatEvent

class ChatEvent

Chat integration event containing payload to perform different chat actions such as:

  • Sending a chat message

  • Sending a chat event, such as typing

  • Disconnecting from a chat

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Content of the message or event. This is required when Type is MESSAGE and for certain ContentTypes when Type is EVENT.

Link copied to clipboard

Type of content. This is required when Type is MESSAGE or EVENT.

Link copied to clipboard

Type of chat integration event.

Functions

Link copied to clipboard
inline fun copy(block: ChatEvent.Builder.() -> Unit = {}): ChatEvent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String