MessageBundleReceived

data class MessageBundleReceived(val contentBundle: ContentBundle) : MessageEvent

Event for receiving a message content bundle.

This typically represents an actual message with content that was sent to the user.

Constructors

Link copied to clipboard
constructor(contentBundle: ContentBundle)

Properties

Link copied to clipboard

The received message content.