Interface GetWebhookMessageOptions

interface GetWebhookMessageOptions {
    messageID: string;
    threadID?: string;
}

Properties

Properties

messageID: string
threadID?: string