interface TelegramWorkerPortOptions {
    worker: SomeWorker;
    workerId?: string;
}

Properties

Properties

worker: SomeWorker
workerId?: string