interface TelegramWorkerPortOptions {
    platform: ICorePlatform;
    worker: SomeWorker;
}

Properties

Properties

platform: ICorePlatform
worker: SomeWorker