Interface DirectExistingThreadOptions

interface DirectExistingThreadOptions {
    threadIds: string | number | (string | number)[];
}

Properties

Properties

threadIds: string | number | (string | number)[]