NotificationReminderDue

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

Notification for a reminder due in a channel.

Constructors

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

Properties

Link copied to clipboard

The channel where the message was sent.

Link copied to clipboard

The message associated with the reminder.