interface ActionMetadata {
    channelID?: string;
    customMessage?: string;
    durationSeconds?: number;
}

Properties

channelID?: string

The ID of the channel to send the message to. Valid for SEND_ALERT_MESSAGE.

customMessage?: string

The custom message to send. Valid for BLOCK_MESSAGE.

durationSeconds?: number

The duration of the timeout in seconds. Valid for TIMEOUT.