MessageUpdated

data class MessageUpdated(val channel: Channel, val message: Message) : ChatNotification

Notification for an updated message in a channel.

Constructors

Link copied to clipboard
constructor(channel: Channel, message: Message)

Properties

Link copied to clipboard

The channel where the message was updated.

Link copied to clipboard

The updated message that triggered the notification.