createReminder

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

Creates a reminder for a message.

Return

Executable async Call responsible for creating 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.