deleteMessages

fun deleteMessages(messageIds: Set<String>)

Mark Messages deleted.

Note that in most cases these messages aren't immediately deleted on the server, but they will be inaccessible on the device as soon as they're marked deleted.

Parameters

messageIds

A set of message ids.


fun deleteMessages(vararg messageIds: String)

Mark Messages deleted.

Note that in most cases these messages aren't immediately deleted on the server, but they will be inaccessible on the device as soon as they're marked deleted.

Parameters

messageIds

A vararg of message ids.