Interface TelegramWorkerOptions<T>

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

Type Parameters

Properties

customMethods?: T