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

Type Parameters

Properties

customMethods?: T

Generated using TypeDoc