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

Describes the paid media added to a message.

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

- `star_count`: The number of Telegram Stars that must be paid to buy access to the media
- `paid_media`: Information about the paid media

# `t`

```elixir
@type t() :: %ExGram.Model.PaidMediaInfo{
  paid_media: [ExGram.Model.PaidMedia.t()],
  star_count: integer()
}
```

# `decode_as`

---

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