ReactionNew

data class ReactionNew(val title: String, val body: String, val type: String, val reactionUserId: String, val reactionUserImageUrl: String?, val channel: Channel, val message: Message) : ChatNotification

Notification for a new reaction added to a message in a channel.

Constructors

Link copied to clipboard
constructor(title: String, body: String, type: String, reactionUserId: String, reactionUserImageUrl: String?, channel: Channel, message: Message)

Properties

Link copied to clipboard

The default body of the notification as received in the PN.

Link copied to clipboard

The channel where the reaction was added.

Link copied to clipboard

The message that received the new reaction.

Link copied to clipboard

The ID of the user who added the reaction.

Link copied to clipboard

The (optional) image URL of the user who added the reaction.

Link copied to clipboard

The default title of the notification as received in the PN.

Link copied to clipboard

The type of reaction (e.g., "like", "love", etc.).