Interface DeleteMessageOptions

Options for the Command#deleteMessage method.

interface DeleteMessageOptions {
    message: Message<boolean>;
    timeout?: number;
}

Properties

Properties

message: Message<boolean>

The message to delete.

timeout?: number

How long to wait to delete the message in milliseconds.

Generated using TypeDoc