# `Tinkex.Types.TelemetryResponse`
[🔗](https://github.com/North-Shore-AI/tinkex/blob/v0.4.0/lib/tinkex/types/telemetry_response.ex#L1)

Response to a telemetry send request.

Mirrors Python `tinker.types.TelemetryResponse`.

# `status`

```elixir
@type status() :: :accepted
```

# `t`

```elixir
@type t() :: %Tinkex.Types.TelemetryResponse{status: String.t()}
```

# `from_json`

```elixir
@spec from_json(map()) :: t()
```

Parse from JSON map.

# `new`

```elixir
@spec new() :: t()
```

Create a new TelemetryResponse.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
