Documentation - v0.27.1
    Preparing search index...
    interface TelegramWorkerPortOptions {
        platform: ICorePlatform;
        worker: SomeWorker;
        workerId?: string;
    }
    Index

    Properties

    platform: ICorePlatform
    worker: SomeWorker
    workerId?: string