interface WebhookFetchMessageOptions {
    threadId?: string;
}

Properties

Properties

threadId?: string