MessageReminderInfo

data class MessageReminderInfo(val remindAt: Date?, val createdAt: Date, val updatedAt: Date)

Model holding limited data about a message reminder.

Constructors

Link copied to clipboard
constructor(remindAt: Date?, createdAt: Date, updatedAt: Date)

Properties

Link copied to clipboard

Date when the reminder was created.

Link copied to clipboard

The date when the user should be reminded about this message. If null, this is a bookmark type reminder without a notification.

Link copied to clipboard

Date when the reminder was last updated.