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

Properties

platform: ICorePlatform
worker: SomeWorker
workerId?: string