deleteMessages

open 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.