# `ExGram.Model.PaidMediaPhoto`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.64.0/lib/ex_gram.ex#L3932)

The paid media is a photo.

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

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

# `t`

```elixir
@type t() :: %ExGram.Model.PaidMediaPhoto{
  photo: [ExGram.Model.PhotoSize.t()],
  type: String.t()
}
```

# `decode_as`

---

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