# `ExGram.Model.PaidMediaLivePhoto`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.67.0/lib/ex_gram.ex#L4263)

The paid media is a live photo.

Check the [documentation of this model on Telegram Bot API](https://core.telegram.org/bots/api#paidmedialivephoto)

- `type`: Type of the paid media, always "live_photo”
- `live_photo`: The photo

# `t`

```elixir
@type t() :: %ExGram.Model.PaidMediaLivePhoto{
  live_photo: ExGram.Model.LivePhoto.t(),
  type: String.t()
}
```

# `decode_as`

---

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