deleteMessage

suspend fun MessageStream.deleteMessage(message: Message)

Removes a Message from appearing in a device's message stream.

Parameters

message

the Message to delete from this device's stream.

Throws

Thrown if there is an error processing the request.