removeMessageAction

expect abstract fun removeMessageAction(channel: String, messageTimetoken: Long, actionTimetoken: Long): RemoveMessageAction
actual abstract fun removeMessageAction(channel: String, messageTimetoken: Long, actionTimetoken: Long): RemoveMessageAction

Remove a previously added action on a published message. Returns an empty response.

Parameters

channel

Channel to remove message actions from.

messageTimetoken

The publish timetoken of the original message.

actionTimetoken

The publish timetoken of the message action to be removed.

actual abstract fun removeMessageAction(channel: String, messageTimetoken: Long, actionTimetoken: Long): RemoveMessageAction