removeMessage

abstract suspend fun removeMessage(id: Uid<Message>)

Removes the message with the specified id. If no message with id exists, the call is ignored.

Parameters

id

The ID of the message to remove.