# `ExFPL.LiveSnapshot`
[🔗](https://github.com/sgerrand/ex_fpl/blob/main/lib/ex_fpl/live_snapshot.ex#L1)

Decoded `/event/{event_id}/live/` response.

Each entry in `elements` is a plain map with the player's `id`, raw `stats`
map and `explain` list of bonus-point breakdowns. String keys are preserved.

# `t`

```elixir
@type t() :: %ExFPL.LiveSnapshot{elements: [map()]}
```

---

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