deleteDelayed

Deletes the original message using the hook after the specified delay.

Note: This delays the rest action by the given delay.


@JvmName(name = "deleteDelayedMessage")
fun RestAction<Message>.deleteDelayed(delay: Duration): RestAction<Message>(source)

Deletes the message after the specified delay.

Note: This delays the rest action by the given delay.