updateReminder

fun updateReminder(messageId: String, remindAt: Date?): Call<MessageReminder>

Updates an existing reminder for a message.

Return

Executable async Call responsible for updating the reminder.

Parameters

messageId

The message id.

remindAt

The date when the reminder should be triggered. If null, this is a bookmark type reminder without a notification.