loadNewerMessages

fun loadNewerMessages(messageId: String, messageLimit: Int = messageListController.messageLimit)

Loads newer messages of a channel following the currently newest loaded message. In case of threads this will do nothing.

Parameters

messageId

The id of the newest Message inside the messages list.

messageLimit

The limit of messages to be loaded in the page.