Documentation - v0.27.1
    Preparing search index...

    Interface TelegramWorkerPortOptions

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

    Properties

    Properties

    worker: SomeWorker
    workerId?: string