deleteMessage

expect fun deleteMessage(messageId: String)

Deletes a message by given message ID.

Parameters

messageId

ID of the message to delete

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual fun deleteMessage(messageId: String)

Deletes a message by given message ID.

Parameters

messageId

ID of the message to delete

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual external fun deleteMessage(messageId: String)

Deletes a message by given message ID.

Parameters

messageId

ID of the message to delete

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception