Documentation - v0.27.0
    Preparing search index...

    Interface TelegramWorkerOptions<T>

    interface TelegramWorkerOptions<T extends WorkerCustomMethods> {
        client: BaseTelegramClient;
        customMethods?: T;
        workerId?: string;
    }

    Type Parameters

    Index

    Properties

    customMethods?: T
    workerId?: string