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

Response from list_sessions API.

Contains a list of session IDs.

# `t`

```elixir
@type t() :: %Tinkex.Types.ListSessionsResponse{sessions: [String.t()]}
```

# `from_map`

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

Convert a map (from JSON) to a ListSessionsResponse struct.

---

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