delete Message
open override fun deleteMessage(messageId: Long, channelId: Long): CompletableDeferred<NoResult>(source)
Delete a message.
Return
A CompletableDeferred that will delete the message.
Parameters
message Id
The id of the message to delete.
channel Id
The id of the channel the message is in.