Interface DeleteWebhookMessageOptions

interface DeleteWebhookMessageOptions {
    threadID?: string;
}

Properties

Properties

threadID?: string

The id of the thread the message is in.